esp_ble_mesh_gen_level_state_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
int16_t
The present value of the Generic Level state.
int16_t
The target value of the Generic Level state.
int16_t
When a new transaction starts, level should be set to last_last, and use "level + incoming delta" to calculate the target level. In another word, "last_level" is used to record "level" of the last transaction, and "last_delta" is used to record the previously received delta_level value. The last value of the Generic Level state.
int32_t
The last delta change of the Generic Level state.
bool
Indicate if the transition of the Generic Level state has been started.
bool
Indicate if the transition is positive or negative.