Infineon Logo AIROC BTSDK v4.0 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_mesh_scheduler_action_data_t Struct Reference

Scheduler Actions Data structure exchanged between the application Scheduler Models. More...

Data Fields

uint8_t action_number
 zero based entry number
 
uint8_t year
 scheduled year for the action, or 0 if action needs to happen every year
 
uint16_t month
 Bit field of the months for the action.
 
uint8_t day
 Scheduled day of the month, or 0 to repeat every day.
 
uint8_t hour
 Scheduled hour for the action, values 0-23 indicate the hour, or use one of the (special values)
 
uint8_t minute
 Scheduled hour for the action, values 0-59 indicate the minute, or use one of the (special values)
 
uint8_t second
 Scheduled second for the action, values 0-59 indicate the second, or use one of the (special values)
 
uint8_t day_of_week
 Bit field of the days of week when the action should happen.
 
uint8_t action
 Action to be executed (see possible scheduler actions)
 
uint32_t transition_time
 Transition time to turn on/off or to transition to a scene.
 
uint16_t scene_number
 Scene number to transition to.
 

Detailed Description

Scheduler Actions Data structure exchanged between the application Scheduler Models.


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