|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cs_Packets.h>

Public Member Functions | |
| cs_switch_history_item_t (uint32_t timestamp, uint8_t switchValue, switch_state_t switchState, const cmd_source_t &source) | |
Public Attributes | |
| uint32_t | timestamp |
| uint8_t | value |
| switch_state_t | state |
| cmd_source_t | source |
|
inline |
| cmd_source_t cs_switch_history_item_t::source |
| switch_state_t cs_switch_history_item_t::state |
| uint32_t cs_switch_history_item_t::timestamp |
| uint8_t cs_switch_history_item_t::value |