nRF5 SDK for Mesh v2.2.0
Data Fields
app_onoff_state_t Struct Reference

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 target_onoff
 Target value of the OnOff state, as received from the model interface. More...
 
uint32_t remaining_time_ms
 Remaining time to reach target_onoff. More...
 
uint32_t delay_ms
 Time to delay the processing of received SET message. More...
 

Detailed Description

Internal structure to hold state and timing information.

Definition at line 101 of file app_onoff.h.

Field Documentation

◆ target_onoff

bool app_onoff_state_t::target_onoff

Target value of the OnOff state, as received from the model interface.

Definition at line 106 of file app_onoff.h.

◆ remaining_time_ms

uint32_t app_onoff_state_t::remaining_time_ms

Remaining time to reach target_onoff.

Definition at line 108 of file app_onoff.h.

◆ delay_ms

uint32_t app_onoff_state_t::delay_ms

Time to delay the processing of received SET message.

Definition at line 110 of file app_onoff.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated