nRF5 SDK for Thread and Zigbee v3.0.0
Data Fields
zb_zcl_scene_table_record_fixed_s Struct Reference

Fixed-size part of the Scene table. More...

#include <zb_zcl_scenes.h>

Data Fields

zb_uint16_t group_id
 Group identifier for the scene. More...
 
zb_uint16_t transition_time
 Scene transition time.
 
zb_uint8_t scene_id
 Scene identifier.
 
zb_uint8_t field_sets_length
 Field set length. More...
 
zb_uint8_t transition_time_100ms
 

Detailed Description

Fixed-size part of the Scene table.

Field Documentation

zb_uint8_t zb_zcl_scene_table_record_fixed_s::field_sets_length

Field set length.

Actual length of the field sets. While we know maximal length of the field sets, we also need to know its actual length in order to finish reading at a proper point. E. g.: as stated in ZCL spec, subclause 3.7.2.4.1.1, it is not mandatory for a field set to be included in the command for every cluster on that endpoint that has a defined field set. With this field filled we know actual length of the field sets thus being able to read only the info we need.

zb_uint16_t zb_zcl_scene_table_record_fixed_s::group_id

Group identifier for the scene.

Can be zero if the scene is not associated with any group

Attention
Since value of 0xffff is not appropriate as a group identifier, it is being used as a free record marker in a form of ZB_ZCL_SCENES_FREE_SCENE_TABLE_RECORD macro

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

Documentation feedback | Developer Zone | Subscribe | Updated