Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
float | duration |
Duration in seconds for which the switch should be enabled. | |
float | value |
If switches support multiple states these can be indicated with this value. |
Internal data storage, do NOT modify!
Duration in seconds for which the switch should be enabled.
Definition at line 171 of file SwitchInterface.h.
Referenced by fawkes::SwitchInterface::EnableDurationMessage::EnableDurationMessage().
Interface Unix timestamp, seconds.
Definition at line 169 of file SwitchInterface.h.
int64_t fawkes::SwitchInterface::EnableDurationMessage::EnableDurationMessage_data_t::timestamp_usec |
Interface Unix timestamp, micro-seconds.
Definition at line 170 of file SwitchInterface.h.
If switches support multiple states these can be indicated with this value.
For example for a switch that notes the intensity it could be a value in the valid range.
Definition at line 173 of file SwitchInterface.h.
Referenced by fawkes::SwitchInterface::EnableDurationMessage::EnableDurationMessage().