
Modules | |
| Zigbee Cluster Common Definitions | |
| IAS Zone Cluster Definitions | |
| Power Configuration Cluster Definitions | |
Macros | |
| #define | GBOSS_CMD_ID_ATTR_REPORT(device_config, tx_cfg, zb_cluster_id, attr_count, attr_reports) gboss_cmd_attr_report((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg)) |
| GPD command ZCL Attribute Reporting. More... | |
| #define | GBOSS_CMD_ID_ATTR_REPORT(device_config, tx_cfg, zb_cluster_id, attr_count, attr_reports) gboss_cmd_attr_report((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg)) |
| GPD command ZCL Attribute Reporting. More... | |
| #define GBOSS_CMD_ID_ATTR_REPORT | ( | device_config, | |
| tx_cfg, | |||
| zb_cluster_id, | |||
| attr_count, | |||
| attr_reports | |||
| ) | gboss_cmd_attr_report((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg)) |
GPD command ZCL Attribute Reporting.
| device_config | Describes main configuration constants of a GP device |
| tx_cfg | TX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions |
| zb_cluster_id | Cluster ID used for this report |
| attr_count | Number of attributes being reported |
| attr_reports | Array of reports, which contain Attribute ID, Attribute Type and Attribute Data for each one |
| #define GBOSS_CMD_ID_ATTR_REPORT | ( | device_config, | |
| tx_cfg, | |||
| zb_cluster_id, | |||
| attr_count, | |||
| attr_reports | |||
| ) | gboss_cmd_attr_report((zb_cluster_id), (attr_count), (attr_reports), (device_config), (tx_cfg)) |
GPD command ZCL Attribute Reporting.
| device_config | Describes main configuration constants of a GP device |
| tx_cfg | TX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions |
| zb_cluster_id | Cluster ID used for this report |
| attr_count | Number of attributes being reported |
| attr_reports | Array of reports, which contain Attribute ID, Attribute Type and Attribute Data for each one |