Logo
Developing with ZBOSS for Zigbee

Enumerations

enum  zb_zcl_ai_current_e { ZB_ZCL_AI_CURRENT_CHILLER_AMPS = ((( ZB_ZCL_AI_APP_TYPE_CURRENT_IN_AMPS & 0xff) << 16) | ( 0x0000 & 0xffff)), ZB_ZCL_AI_CURRENT_OTHER = ((( ZB_ZCL_AI_APP_TYPE_CURRENT_IN_AMPS & 0xff) << 16) | ( 0xffff & 0xffff)) }
 Values for 'Current in Amps' type of Analog Input cluster. More...
 

Detailed Description

Enumeration Type Documentation

§ zb_zcl_ai_current_e

#include </conan-data/ti_zigbee/9.11.00.11/library-lprf/ga/build/f6d18801b7b469a709ae7e8290b03ecdc7a7ad4c/zboss_r23/include/zcl/zb_zcl_analog_input.h>

Values for 'Current in Amps' type of Analog Input cluster.

See also
ZCL spec 3.14.11.19.1.8
Enumerator
ZB_ZCL_AI_CURRENT_CHILLER_AMPS 
ZB_ZCL_AI_CURRENT_OTHER