Developing with ZBOSS for Zigbee
Metering cluster client attributes and enumerations

Enumerations

enum  zb_zcl_metering_cli_attr_set_e { ZB_ZCL_METERING_SET_CLI_NOTIFICATION_ATTRIBUTE = 0x00 }
 Metering cluster client attribute sets. More...
 
enum  zb_zcl_metering_cli_attr_e {
  ZB_ZCL_ATTR_METERING_CLI_FUNCTIONAL_NOTIFICATION_FLAGS = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_METERING_SET_CLI_NOTIFICATION_ATTRIBUTE, 0x00), ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS2, ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS3, ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS4,
  ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS5, ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS6, ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS7, ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS8
}
 Metering cluster client attributes. More...
 

Detailed Description

Enumeration Type Documentation

◆ zb_zcl_metering_cli_attr_e

Metering cluster client attributes.

Enumerator
ZB_ZCL_ATTR_METERING_CLI_FUNCTIONAL_NOTIFICATION_FLAGS 

FunctionalNotificationFlags attribute is implemented as a set of bit flags which are have a predefined action associated with a bit that is not based on a specific command, but may require the Mirrored device to trigger some additional functionality within the system

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS2 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS3 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS4 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS5 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS6 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS7 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

ZB_ZCL_ATTR_METERING_CLI_NOTIFICATION_FLAGS8 

NotificationFlagsN are 32-bit bitmaps that each represent a series of flags. Each flag represents an outstanding command that the Mirror is holding on behalf of the BOMD. Each flag represents a different command. The format of these attributes is dictated by the scheme that is currently in operation.

◆ zb_zcl_metering_cli_attr_set_e

Metering cluster client attribute sets.

See also
SE 1.4 spec, table D.58.
Enumerator
ZB_ZCL_METERING_SET_CLI_NOTIFICATION_ATTRIBUTE 

Notification Attribute Set