Developing with ZBOSS for Zigbee

Enumerations

enum  zb_zcl_price_set_received_tariff_information_e {
  ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_TARIFF_LABEL = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_RECEIVED_TARIFF_INFORMATION, 0x10), ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_NUMBER_OF_PRICE_TIERS_IN_USE, ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE, ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_TIER_BLOCK_MODE,
  ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_TARIFF_RESOLUTION_PERIOD = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_RECEIVED_TARIFF_INFORMATION, 0x15), ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CO2 = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_RECEIVED_TARIFF_INFORMATION, 0x25), ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CO2_UNIT, ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CO2_TRAILING_DIGIT
}
 Received Tariff Information Attributes Set. More...
 

Detailed Description

The following set of attributes represents items that are associated with a particular Received Price Tariff.

Enumeration Type Documentation

◆ zb_zcl_price_set_received_tariff_information_e

Received Tariff Information Attributes Set.

See also
SE spec, D.4.2.2.15
Enumerator
ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_TARIFF_LABEL 

The format and use of this attribute is the same as for the 'Delivered' TariffLabel attribute.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_NUMBER_OF_PRICE_TIERS_IN_USE 

The format and use of this attribute is the same as for the 'Delivered' NumberOfPriceTiersInUse attribute.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE 

The format and use of this attribute is the same as for the 'Delivered' NumberOfBlockThresholdsInUse attribute.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_TIER_BLOCK_MODE 

The format and use of this attribute is the same as for the 'Delivered' TierBlockMode attribute.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_TARIFF_RESOLUTION_PERIOD 

An 8-bit enumeration identifying the resolution period for Block Tariff.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CO2 

The format and use of this attribute is the same as for the 'Delivered' CO2 attribute.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CO2_UNIT 

The format and use of this attribute is the same as for the 'Delivered' CO2Unit attribute.

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CO2_TRAILING_DIGIT 

The format and use of this attribute is the same as for the 'Delivered' CO2TrailingDigit attribute.