ZCL binary input

Zigbee Cluster Library (ZCL) binary input cluster usage definition for ESP Zigbee SDK.

Header File

Macros

ESP_ZB_ZCL_BINARY_INPUT_ACTIVE_TEXT_DEFAULT_VALUE

Default value for ActiveText attribute.

ESP_ZB_ZCL_BINARY_INPUT_DESCRIPTION_DEFAULT_VALUE

Default value for Description attribute.

ESP_ZB_ZCL_BINARY_INPUT_INACTIVE_TEXT_DEFAULT_VALUE

Default value for InactiveText attribute.

ESP_ZB_ZCL_BINARY_INPUT_OUT_OF_SERVICE_DEFAULT_VALUE

OutOfService attribute default value.

ESP_ZB_ZCL_BINARY_INPUT_POLARITY_DEFAULT_VALUE

Default value for Polarity attribute.

ESP_ZB_ZCL_BINARY_INPUT_RELIABILITY_DEFAULT_VALUE

Default value for Reliability attribute.

ESP_ZB_ZCL_BINARY_INPUT_STATUS_FLAG_DEFAULT_VALUE

StatusFlag attribute default value.

ESP_ZB_ZCL_BINARY_INPUT_STATUS_FLAG_MIN_VALUE

StatusFlag attribute minimum value.

ESP_ZB_ZCL_BINARY_INPUT_STATUS_FLAG_MAX_VALUE

StatusFlag attribute maximum value.

Enumerations

enum esp_zb_zcl_binary_input_attr_t

Binary Input cluster attribute identifiers.

Values:

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_ACTIVE_TEXT_ID

This attribute holds a human readable description of the ACTIVE state of a binary PresentValue.

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_DESCRIPTION_ID

The description of the usage of the input, output or value, as appropriate to the cluster.

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_INACTIVE_TEXT_ID

This attribute holds a human readable description of the INACTIVE state of a binary PresentValue.

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_OUT_OF_SERVICE_ID

OutOfService attribute

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_POLARITY_ID

This attribute indicates the relationship between the physical state of the input (or output as appropriate for the cluster) and the logical state represented by a binary PresentValue attribute, when OutOfService is FALSE.

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_PRESENT_VALUE_ID

PresentValue attribute

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_RELIABILITY_ID

The attribute indicates whether the PresentValue or the operation of the physical input, output or value in question (as appropriate for the cluster) is reliable.

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_STATUS_FLAG_ID

StatusFlag attribute

enumerator ESP_ZB_ZCL_ATTR_BINARY_INPUT_APPLICATION_TYPE_ID

The attribute indicates the specific application usage for this cluster.