ESP-IDF
schedule_register
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
schedule_register
schedule_register struct
Syntax
Show:
Summary
Declaration
from
time_scene_server.h:198
struct
schedule_register
{
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
;
}
;
Fields
Field
Declared as
schedule_register::in_use
bool
schedule_register::year
uint64_t
:
7
schedule_register::month
uint64_t
year
:
7
,
:
12
schedule_register::day
uint64_t
year
:
7
,
month
:
12
,
:
5
schedule_register::hour
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
:
5
schedule_register::minute
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
:
6
schedule_register::second
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
:
6
schedule_register::day_of_week
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
:
7
schedule_register::action
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
day_of_week
:
7
,
:
4
schedule_register::trans_time
uint64_t
year
:
7
,
month
:
12
,
day
:
5
,
hour
:
5
,
minute
:
6
,
second
:
6
,
day_of_week
:
7
,
action
:
4
,
:
8
schedule_register::scene_number
uint16_t
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