Internal structure to hold state and timing information. More...
#include <app_onoff.h>
Data Fields | |
bool | present_onoff |
Present value of the OnOff state. | |
bool | initial_present_onoff |
Initial value for transition. | |
bool | target_onoff |
Target value of the OnOff state, as received from the model interface. More... | |
app_transition_t | transition |
Structure for using transition module functionality. | |
Internal structure to hold state and timing information.
Definition at line 112 of file app_onoff.h.
bool app_onoff_state_t::target_onoff |
Target value of the OnOff state, as received from the model interface.
Definition at line 119 of file app_onoff.h.