
Modules | |
| Analog Input cluster application types | |
Macros | |
| #define | ZB_ZCL_ANALOG_INPUT_CLUSTER_REVISION_DEFAULT ((zb_uint16_t)0x0001u) |
| Default value for Analog Input cluster revision global attribute. More... | |
| #define | ZB_ZCL_ANALOG_INPUT_DESCRIPTION_DEFAULT_VALUE {0} |
| Default value for Description attribute. More... | |
| #define | ZB_ZCL_ANALOG_INPUT_OUT_OF_SERVICE_DEFAULT_VALUE ZB_FALSE |
| Default value for OutOfService attribute. More... | |
| #define | ZB_ZCL_ANALOG_INPUT_RELIABILITY_DEFAULT_VALUE ZB_ZCL_ANALOG_INPUT_RELIABILITY_NO_FAULT_DETECTED |
| Default value for Reliability attribute. More... | |
| #define | ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_DEFAULT_VALUE ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_NORMAL |
| Default value for StatusFlags attribute. More... | |
| #define | ZB_ZCL_ANALOG_INPUT_STATUS_FLAGS_MIN_VALUE 0 |
| StatusFlags attribute minimum value. More... | |
| #define | ZB_ZCL_ANALOG_INPUT_STATUS_FLAGS_MAX_VALUE 0x0f |
| StatusFlags attribute maximum value. More... | |
| #define | ZB_ZCL_DECLARE_ANALOG_INPUT_ATTRIB_LIST( attr_list, description, max_present_value, min_present_value, out_of_service, present_value, reliability, resolution, status_flags, engineering_units, app_type) |
| Declare attribute list for Analog Input cluster. More... | |
| #define ZB_ZCL_ANALOG_INPUT_CLUSTER_REVISION_DEFAULT ((zb_uint16_t)0x0001u) |
Default value for Analog Input cluster revision global attribute.
| #define ZB_ZCL_ANALOG_INPUT_DESCRIPTION_DEFAULT_VALUE {0} |
Default value for Description attribute.
| #define ZB_ZCL_ANALOG_INPUT_OUT_OF_SERVICE_DEFAULT_VALUE ZB_FALSE |
Default value for OutOfService attribute.
| #define ZB_ZCL_ANALOG_INPUT_RELIABILITY_DEFAULT_VALUE ZB_ZCL_ANALOG_INPUT_RELIABILITY_NO_FAULT_DETECTED |
Default value for Reliability attribute.
| #define ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_DEFAULT_VALUE ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_NORMAL |
Default value for StatusFlags attribute.
| #define ZB_ZCL_ANALOG_INPUT_STATUS_FLAGS_MAX_VALUE 0x0f |
StatusFlags attribute maximum value.
| #define ZB_ZCL_ANALOG_INPUT_STATUS_FLAGS_MIN_VALUE 0 |
StatusFlags attribute minimum value.
| #define ZB_ZCL_DECLARE_ANALOG_INPUT_ATTRIB_LIST | ( | attr_list, | |
| description, | |||
| max_present_value, | |||
| min_present_value, | |||
| out_of_service, | |||
| present_value, | |||
| reliability, | |||
| resolution, | |||
| status_flags, | |||
| engineering_units, | |||
| app_type | |||
| ) |
Declare attribute list for Analog Input cluster.
| attr_list | - attribute list name |
| description | - pointer to variable storing Description attribute value |
| max_present_value | - pointer to variable storing MaxPresentValue attribute value |
| min_present_value | - pointer to variable storing MinPresentValue attribute value |
| out_of_service | - pointer to variable storing OutOfService attribute value |
| present_value | - pointer to variable storing PresentValue attribute value |
| reliability | - pointer to variable storing Reliability attribute value |
| resolution | - pointer to variable storing Resolution attribute value |
| status_flags | - pointer to variable storing StatusFlags attribute value |
| engineering_units | - pointer to variable storing EngineeringUnits attribute value |
| app_type | - pointer to variable storing ApplicationType attribute value |
Analog Input cluster attribute identifiers.
Reliability attribute values.
StatusFlags attribute values.