
Enumerations | |
| enum | zb_zcl_ai_time_e { ZB_ZCL_AI_TIME_RELATIVE = ((( ZB_ZCL_AI_APP_TYPE_TIME & 0xff) << 16) | ( 0x0000 & 0xffff)), ZB_ZCL_AI_TIME_OTHER = ((( ZB_ZCL_AI_APP_TYPE_TIME & 0xff) << 16) | ( 0xffff & 0xffff)) } |
| Values for 'Time in Seconds' type of Analog Input cluster. More... | |
| enum zb_zcl_ai_time_e |