19#ifndef SRC_SUPLA_CHANNELS_BINARY_SENSOR_CHANNEL_H_
20#define SRC_SUPLA_CHANNELS_BINARY_SENSOR_CHANNEL_H_
27 bool getValueBool()
override;
28 void setServerInvertLogic(
bool invert);
29 bool isServerInvertLogic()
const;
36 bool serverInvertLogic =
false;
Definition binary_sensor_channel.h:25