Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_switch_history_item_t Struct Reference

#include <cs_Packets.h>

Collaboration diagram for cs_switch_history_item_t:

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
 

Constructor & Destructor Documentation

◆ cs_switch_history_item_t()

cs_switch_history_item_t::cs_switch_history_item_t ( uint32_t  timestamp,
uint8_t  switchValue,
switch_state_t  switchState,
const cmd_source_t source 
)
inline

Member Data Documentation

◆ source

cmd_source_t cs_switch_history_item_t::source

◆ state

switch_state_t cs_switch_history_item_t::state

◆ timestamp

uint32_t cs_switch_history_item_t::timestamp

◆ value

uint8_t cs_switch_history_item_t::value

The documentation for this struct was generated from the following file: