Developing with ZBOSS for Zigbee
|
Data Structures | |
struct | zb_zcl_on_off_attrs_ext_t |
On/Off cluster attributes with optional fields according to ZCL Spec 3.8.2.2. More... | |
Macros | |
#define | ZB_ZCL_ON_OFF_SEND_REQ_NO_APS_ACK( buffer, addr, dst_addr_mode, dst_ep, ep, prof_id, dis_default_resp, command_id, cb) |
Macro equivalent to ZB_ZCL_ON_OFF_SEND_REQ, but command is sent without APS ACK. More... | |
#define | ZB_ZCL_DECLARE_ON_OFF_CLIENT_ATTRIB_LIST(attr_list) |
Declare attribute list for On/Off cluster (client). More... | |
#define ZB_ZCL_DECLARE_ON_OFF_CLIENT_ATTRIB_LIST | ( | attr_list | ) |
Declare attribute list for On/Off cluster (client).
attr_list | - attribute list name. |
#define ZB_ZCL_ON_OFF_SEND_REQ_NO_APS_ACK | ( | buffer, | |
addr, | |||
dst_addr_mode, | |||
dst_ep, | |||
ep, | |||
prof_id, | |||
dis_default_resp, | |||
command_id, | |||
cb | |||
) |
Macro equivalent to ZB_ZCL_ON_OFF_SEND_REQ, but command is sent without APS ACK.