
Macros | |
| #define | ZB_HA_COMCAST_SECURITY_SENSOR_VER 0 |
| #define | ZB_HA_COMCAST_SECURITY_SENSOR_IN_CLUSTER_NUM 9 |
| #define | ZB_HA_COMCAST_SECURITY_SENSOR_OUT_CLUSTER_NUM 1 |
| #define | ZB_HA_COMCAST_SECURITY_SENSOR_REPORT_ATTR_COUNT |
| #define | ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list, ias_zone_attr_list, poll_ctrl_attr_list, temp_meas_attr_list, power_config_attr_list, diagnostic_attr_list, ota_upgrade_attr_list, illuminance_measurement_attr_list, rel_humidity_measurement_attr_list) |
| Declare cluster list for IAS Zone. More... | |
| #define | ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_SIMPLE_DESC( ep_name, ep_id, in_clust_num, out_clust_num) |
| Declare simple descriptor for IAS Zone. More... | |
| #define | ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_EP(ep_name, ep_id, cluster_list) |
| Declare endpoint for IAS Ancillary Control Equipment. More... | |
| #define | ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_CTX(device_ctx, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
| #define ZB_HA_COMCAST_SECURITY_SENSOR_IN_CLUSTER_NUM 9 |
Output clusters number.
| #define ZB_HA_COMCAST_SECURITY_SENSOR_REPORT_ATTR_COUNT |
| #define ZB_HA_COMCAST_SECURITY_SENSOR_VER 0 |
Input clusters number.
| #define ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_CLUSTER_LIST | ( | cluster_list_name, | |
| basic_attr_list, | |||
| identify_attr_list, | |||
| ias_zone_attr_list, | |||
| poll_ctrl_attr_list, | |||
| temp_meas_attr_list, | |||
| power_config_attr_list, | |||
| diagnostic_attr_list, | |||
| ota_upgrade_attr_list, | |||
| illuminance_measurement_attr_list, | |||
| rel_humidity_measurement_attr_list | |||
| ) |
Declare cluster list for IAS Zone.
| cluster_list_name | [IN] - cluster list variable name. |
| basic_attr_list | [IN] - attribute list for Basic cluster. |
| identify_attr_list | [IN] - attribute list for Identify cluster. |
| ias_zone_attr_list | [IN] - attribute list for IAS Zone cluster. |
| poll_ctrl_attr_list | [IN] - attribute list for Poll Control cluster. |
| temp_meas_attr_list | [IN] - attribute list for IAS Zone cluster. |
| power_config_attr_list | [IN] - attribute list for Power configuration cluster. |
| diagnostic_attr_list | [IN] - attribute list for Diagnostics cluster. |
| ota_upgrade_attr_list | [IN] - attribute list for OTA Upgrade cluster. |
| illuminance_measurement_attr_list | [IN] - attribute list for Illuminance measurement cluster. |
| rel_humidity_measurement_attr_list | [IN] - attribute list for Relative Humidity Measurement cluster. |
| #define ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
Declare endpoint for IAS Ancillary Control Equipment.
| ep_name | [IN] - endpoint variable name. |
| ep_id | [IN] - endpoint ID. |
| cluster_list | [IN] - endpoint cluster list. |
| #define ZB_HA_DECLARE_COMCAST_SECURITY_SENSOR_SIMPLE_DESC | ( | ep_name, | |
| ep_id, | |||
| in_clust_num, | |||
| out_clust_num | |||
| ) |
Declare simple descriptor for IAS Zone.
| ep_name | - endpoint variable name. |
| ep_id | [IN] - endpoint ID. |
| in_clust_num | [IN] - number of supported input clusters. |
| out_clust_num | [IN] - number of supported output clusters. |