|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
How a OneWayButtonAction reaches the wire. More...
#include <oneway_controller.h>
Public Attributes | |
| bool | is_position {false} |
| True when the action is sent as a numeric position. | |
| uint8_t | position {0} |
| Position to send when is_position. | |
| CoverCommand | command {CoverCommand::STOP} |
| Named command to send otherwise. | |
How a OneWayButtonAction reaches the wire.
Definition at line 176 of file oneway_controller.h.
| CoverCommand esphome::home_io_control::OneWayActionEncoding::command {CoverCommand::STOP} |
Named command to send otherwise.
Definition at line 179 of file oneway_controller.h.
| bool esphome::home_io_control::OneWayActionEncoding::is_position {false} |
True when the action is sent as a numeric position.
Definition at line 177 of file oneway_controller.h.
| uint8_t esphome::home_io_control::OneWayActionEncoding::position {0} |
Position to send when is_position.
Definition at line 178 of file oneway_controller.h.