nRF5 SDK for Thread and Zigbee v1.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Time cluster attributes

Macros

#define ZB_ZCL_TIME_TIME_INVALID_VALUE   0xffffffff
 Invalid value of Time attribute.
 
#define ZB_ZCL_TIME_TIME_STATUS_DEFAULT_VALUE   0x00
 Default value for Time Status attribute.
 
#define ZB_ZCL_TIME_TIME_ZONE_DEFAULT_VALUE   0x00000000
 Default value for Time Zone attribute.
 
#define ZB_ZCL_TIME_DST_SHIFT_DEFAULT_VALUE   0x00000000
 Default value for Dst Shift attribute.
 
#define ZB_ZCL_TIME_LAST_SET_TIME_DEFAULT_VALUE   0xffffffff
 Default value for Last Set Time attribute.
 
#define ZB_ZCL_TIME_VALID_UNTIL_TIME_DEFAULT_VALUE   0xffffffff
 Default value for Valid Until Time attribute.
 

Enumerations

enum  zb_zcl_time_attr_e {
  ZB_ZCL_ATTR_TIME_TIME_ID = 0x0000, ZB_ZCL_ATTR_TIME_TIME_STATUS_ID = 0x0001, ZB_ZCL_ATTR_TIME_TIME_ZONE_ID = 0x0002, ZB_ZCL_ATTR_TIME_DST_START_ID = 0x0003,
  ZB_ZCL_ATTR_TIME_DST_END_ID = 0x0004, ZB_ZCL_ATTR_TIME_DST_SHIFT_ID = 0x0005, ZB_ZCL_ATTR_TIME_STANDARD_TIME_ID = 0x0006, ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID = 0x0007,
  ZB_ZCL_ATTR_TIME_LAST_SET_TIME_ID = 0x0008, ZB_ZCL_ATTR_TIME_VALID_UNTIL_TIME_ID = 0x0009
}
 Time cluster attribute identifiers. More...
 
enum  zb_zcl_time_time_status_e { ZB_ZCL_TIME_MASTER = 0x00, ZB_ZCL_TIME_SYNCHRONIZED = 0x02, ZB_ZCL_TIME_MASTER_ZONE_DST = 0x04, ZB_ZCL_TIME_SUPERSEDING = 0x08 }
 Permissible values for Time Status attribute,. More...
 

Detailed Description

Enumeration Type Documentation

Time cluster attribute identifiers.

See also
ZCL spec, subclause 3.12.2.2
Enumerator
ZB_ZCL_ATTR_TIME_TIME_ID 

Time attribute.

ZB_ZCL_ATTR_TIME_TIME_STATUS_ID 

Time Status attribute.

ZB_ZCL_ATTR_TIME_TIME_ZONE_ID 

Time Zone attribute.

ZB_ZCL_ATTR_TIME_DST_START_ID 

Dst Start attribute.

ZB_ZCL_ATTR_TIME_DST_END_ID 

Dst End attribute.

ZB_ZCL_ATTR_TIME_DST_SHIFT_ID 

Dst Shift attribute.

ZB_ZCL_ATTR_TIME_STANDARD_TIME_ID 

Standard Time attribute.

ZB_ZCL_ATTR_TIME_LOCAL_TIME_ID 

Local Time attribute.

ZB_ZCL_ATTR_TIME_LAST_SET_TIME_ID 

Last Set Time attribute.

ZB_ZCL_ATTR_TIME_VALID_UNTIL_TIME_ID 

Valid Until Time attribute.

Permissible values for Time Status attribute,.

See also
ZCL spec, subclause 3.12.2.2.2
Enumerator
ZB_ZCL_TIME_MASTER 

Master value

ZB_ZCL_TIME_SYNCHRONIZED 

Synchronized value

ZB_ZCL_TIME_MASTER_ZONE_DST 

Master Zone Dst value

ZB_ZCL_TIME_SUPERSEDING 

Superseding value