13  void dump_config()
 override { LOG_SWITCH(
"", 
"Micronova switch", 
this); }
 
 
uint8_t get_memory_data_off()
 
void write_state(bool state) override
 
void dump_config() override
 
void set_memory_data_on(uint8_t f)
 
void set_memory_data_off(uint8_t f)
 
uint8_t get_memory_data_on()
 
bool get_stove_state() override
 
void set_stove_state(bool v) override
 
MicroNovaSwitch(MicroNova *m)
 
Base class for all switches.
 
bool state
The current reported state of the binary sensor.
 
void publish_state(bool state)
Publish a state to the front-end from the back-end.
 
Providing packet encoding functions for exchanging data with a remote host.