![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
#include <zb_zcl_calendar.h>
PublishDayProfile command payload.
zb_uint8_t zb_zcl_calendar_publish_day_profile_payload_s::calendar_type |
An 8-bit enumeration identifying the type of calendar published in this command.
zb_uint8_t zb_zcl_calendar_publish_day_profile_payload_s::command_index |
The CommandIndex is used to count the payload fragments in the case where the entire payload does not fit into one message. The CommandIndex starts at 0 and is incremented for each fragment belonging to the same command.
zb_uint8_t zb_zcl_calendar_publish_day_profile_payload_s::day_id |
Unique identifier generated by the commodity supplier. The Day ID is used as reference to assign a Day Profile to a Special Day or days in a Week Profile.
zb_zcl_calendar_day_schedule_entries_t* zb_zcl_calendar_publish_day_profile_payload_s::day_schedule_entries |
zb_uint32_t zb_zcl_calendar_publish_day_profile_payload_s::issuer_calendar_id |
Unique identifier generated by the commodity supplier. All parts of a calendar instance shall have the same Issuer Calendar ID.
zb_uint32_t zb_zcl_calendar_publish_day_profile_payload_s::issuer_event_id |
Unique identifier generated by the commodity provider. When new information is provided that replaces older information for the same time period, this field allows devices to determine which information is newer.
zb_uint8_t zb_zcl_calendar_publish_day_profile_payload_s::number_of_entries_in_this_command |
An 8-bit integer representing the number of Day Schedule entries in this command
zb_uint32_t zb_zcl_calendar_publish_day_profile_payload_s::provider_id |
An unsigned 32-bit field containing a unique identifier for the commodity provider.
zb_uint8_t zb_zcl_calendar_publish_day_profile_payload_s::total_number_of_commands |
In the case where the entire payload does not fit into one message, the Total Number of Commands field indicates the total number of sub-commands in the message.
zb_uint8_t zb_zcl_calendar_publish_day_profile_payload_s::total_number_of_schedule_entries |
An 8-bit integer representing the total number of ScheduleEntries in this Day Profile.