
Device Temperature Configuration cluster attributes. More...
#include <zb_zcl_device_temp_config.h>
Data Fields | |
| zb_int16_t | current_temp |
| CurrentTemp attribute, ZCL spec 3.4.2.2.1. More... | |
| zb_int16_t | min_temp_experienced |
| MinTempExperienced attribute, ZCL spec 3.4.2.2.1. More... | |
| zb_int16_t | max_temp_experienced |
| MaxTempExperienced attribute, ZCL spec 3.4.2.2.1. More... | |
| zb_uint16_t | over_temp_total_dwell |
| OverTempTotalDwell attribute, ZCL spec 3.4.2.2.1. More... | |
| zb_uint8_t | device_temp_alarm_mask |
| DeviceTempAlarmMask attribute, ZCL spec 3.4.2.2.2. More... | |
| zb_int16_t | low_temp_threshold |
| LowTempThreshold attribute, ZCL spec 3.4.2.2.2. More... | |
| zb_int16_t | high_temp_threshold |
| HighTempThreshold attribute, ZCL spec 3.4.2.2.2. More... | |
| zb_uint24_t | low_temp_dwell_trip_point |
| LowTempDwellTripPoint attribute, ZCL spec 3.4.2.2.2. More... | |
| zb_uint24_t | high_temp_dwell_trip_point |
| HighTempDwellTripPoint attribute, ZCL spec 3.4.2.2.2. More... | |
Device Temperature Configuration cluster attributes.
| zb_int16_t zb_zcl_device_temp_config_attrs_s::current_temp |
CurrentTemp attribute, ZCL spec 3.4.2.2.1.
| zb_uint8_t zb_zcl_device_temp_config_attrs_s::device_temp_alarm_mask |
DeviceTempAlarmMask attribute, ZCL spec 3.4.2.2.2.
| zb_uint24_t zb_zcl_device_temp_config_attrs_s::high_temp_dwell_trip_point |
HighTempDwellTripPoint attribute, ZCL spec 3.4.2.2.2.
| zb_int16_t zb_zcl_device_temp_config_attrs_s::high_temp_threshold |
HighTempThreshold attribute, ZCL spec 3.4.2.2.2.
| zb_uint24_t zb_zcl_device_temp_config_attrs_s::low_temp_dwell_trip_point |
LowTempDwellTripPoint attribute, ZCL spec 3.4.2.2.2.
| zb_int16_t zb_zcl_device_temp_config_attrs_s::low_temp_threshold |
LowTempThreshold attribute, ZCL spec 3.4.2.2.2.
| zb_int16_t zb_zcl_device_temp_config_attrs_s::max_temp_experienced |
MaxTempExperienced attribute, ZCL spec 3.4.2.2.1.
| zb_int16_t zb_zcl_device_temp_config_attrs_s::min_temp_experienced |
MinTempExperienced attribute, ZCL spec 3.4.2.2.1.
| zb_uint16_t zb_zcl_device_temp_config_attrs_s::over_temp_total_dwell |
OverTempTotalDwell attribute, ZCL spec 3.4.2.2.1.