ESP-IDF
esp_ble_mesh_schedule_register_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_schedule_register_t
esp_ble_mesh_schedule_register_t struct
Parameters of Scheduler Register state
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_time_scene_model_api.h:616
typedef
struct
{
bool
in_use
;
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
day_of_week
:
7
,
action
:
4
,
trans_time
:
8
;
uint16_t
scene_number
;
}
esp_ble_mesh_schedule_register_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_schedule_register_t::in_use
bool
Indicate if the registered schedule is in use.
esp_ble_mesh_schedule_register_t::year
uint64_t
:
7
esp_ble_mesh_schedule_register_t::month
uint64_t
year
:
7
,
:
12
esp_ble_mesh_schedule_register_t::day
uint64_t
year
:
7
,
month
:
12
,
:
5
esp_ble_mesh_schedule_register_t::hour
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
:
5
esp_ble_mesh_schedule_register_t::minute
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
:
6
esp_ble_mesh_schedule_register_t::second
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
:
6
esp_ble_mesh_schedule_register_t::day_of_week
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
:
7
esp_ble_mesh_schedule_register_t::action
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
day_of_week
:
7
,
:
4
esp_ble_mesh_schedule_register_t::trans_time
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
day_of_week
:
7
,
action
:
4
,
:
8
The value of Transition time for this action.
esp_ble_mesh_schedule_register_t::scene_number
uint16_t
The value of Scene Number to be used for some actions.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out