Logo
Developing with ZBOSS for Zigbee
zb_zcl_device_temp_config_attrs_s Struct Reference

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...
 

Detailed Description

Device Temperature Configuration cluster attributes.

Field Documentation

§ current_temp

zb_int16_t zb_zcl_device_temp_config_attrs_s::current_temp

CurrentTemp attribute, ZCL spec 3.4.2.2.1.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_CURRENT_TEMP_ID

§ device_temp_alarm_mask

zb_uint8_t zb_zcl_device_temp_config_attrs_s::device_temp_alarm_mask

DeviceTempAlarmMask attribute, ZCL spec 3.4.2.2.2.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_DEVICE_TEMP_ALARM_MASK_ID

§ high_temp_dwell_trip_point

zb_uint24_t zb_zcl_device_temp_config_attrs_s::high_temp_dwell_trip_point

HighTempDwellTripPoint attribute, ZCL spec 3.4.2.2.2.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_HIGH_TEMP_DWELL_TRIP_POINT_ID

§ high_temp_threshold

zb_int16_t zb_zcl_device_temp_config_attrs_s::high_temp_threshold

HighTempThreshold attribute, ZCL spec 3.4.2.2.2.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_HIGH_TEMP_THRESHOLD_ID

§ low_temp_dwell_trip_point

zb_uint24_t zb_zcl_device_temp_config_attrs_s::low_temp_dwell_trip_point

LowTempDwellTripPoint attribute, ZCL spec 3.4.2.2.2.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_LOW_TEMP_DWELL_TRIP_POINT_ID

§ low_temp_threshold

zb_int16_t zb_zcl_device_temp_config_attrs_s::low_temp_threshold

LowTempThreshold attribute, ZCL spec 3.4.2.2.2.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_LOW_TEMP_THRESHOLD_ID

§ max_temp_experienced

zb_int16_t zb_zcl_device_temp_config_attrs_s::max_temp_experienced

MaxTempExperienced attribute, ZCL spec 3.4.2.2.1.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_MAX_TEMP_EXPERIENCED_ID

§ min_temp_experienced

zb_int16_t zb_zcl_device_temp_config_attrs_s::min_temp_experienced

MinTempExperienced attribute, ZCL spec 3.4.2.2.1.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_MIN_TEMP_EXPERIENCED_ID

§ over_temp_total_dwell

zb_uint16_t zb_zcl_device_temp_config_attrs_s::over_temp_total_dwell

OverTempTotalDwell attribute, ZCL spec 3.4.2.2.1.

See also
ZB_ZCL_ATTR_DEVICE_TEMP_CONFIG_OVER_TEMP_TOTAL_DWELL_ID

The documentation for this struct was generated from the following file: