![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
ZLL Scene cluster additions extensions. | |
Internal structures for attribute representation in cluster additions. | |
#define | ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE_ZLL(type_name, type_length) ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE(type_name, type_length) |
Declare record for Scene table with ZLL additions, see ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE. More... | |
#define | ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE_ZLL(type_name, table_name) ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE(type_name, table_name) |
Declare Scene table with ZLL additions, see ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE. More... | |
ZLL additions to Scene cluster.
#define ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE_ZLL | ( | type_name, | |
type_length | |||
) | ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE(type_name, type_length) |
Declare record for Scene table with ZLL additions, see ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE.
type_name | - type name. |
type_length | - type length. |
#define ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE_ZLL | ( | type_name, | |
table_name | |||
) | ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE(type_name, table_name) |
Declare Scene table with ZLL additions, see ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE.
type_name | - type name. |
table_name | - table name. |