esp_ble_mesh_state_transition_t struct
Parameters of the server model state transition
Fields
Indicate if the state transition has just started.
Remaining time of state transition.
Delay before starting state transition.
Duration of each divided transition step.
Number of steps which the transition duration is divided.
State transition total duration.
Time when the state transition is started.
Flag used to indicate if the transition timer has been started internally. If the model which contains esp_ble_mesh_state_transition_t sets "set_auto_rsp" to ESP_BLE_MESH_SERVER_RSP_BY_APP, the handler of the timer shall be initialized by the users. And users can use this flag to indicate whether the timer is started or not.
Timer used for state transition.