4#ifndef SRC_SUPLA_CHANNELS_BINARY_SENSOR_CHANNEL_H_
5#define SRC_SUPLA_CHANNELS_BINARY_SENSOR_CHANNEL_H_
12 bool getValueBool()
override;
13 void setServerInvertLogic(
bool invert);
14 bool isServerInvertLogic()
const;
21 bool serverInvertLogic =
false;
Definition binary_sensor_channel.h:10