4#ifndef SRC_SUPLA_CHANNEL_ELEMENT_H_
5#define SRC_SUPLA_CHANNEL_ELEMENT_H_
7#include <supla/channels/channel.h>
11#include "element_with_channel_actions.h"
20 const Channel *getChannel()
const override;
25 alignas(
Channel)
unsigned char ownedChannelStorage[
sizeof(
Channel)] = {};
27 bool ownsChannel =
false;
Definition channel_element.h:15
Definition element_with_channel_actions.h:66