Developing with ZBOSS for Zigbee

Typedefs

typedef enum zb_zcl_price_calorific_value_unit_values_e zb_zcl_price_calorific_value_unit_values_t
 

Enumerations

enum  zb_zcl_price_calorific_value_unit_values_e { ZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_M3 = 0x01, ZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_KG }
 
enum  zb_zcl_price_set_commodity_e {
  ZB_ZCL_ATTR_PRICE_SRV_COMMODITY_TYPE = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_COMMODITY, 0x00), ZB_ZCL_ATTR_PRICE_SRV_STANDING_CHARGE, ZB_ZCL_ATTR_PRICE_SRV_CONVERSION_FACTOR, ZB_ZCL_ATTR_PRICE_SRV_CONVERSION_FACTOR_TRAILING_DIGIT,
  ZB_ZCL_ATTR_PRICE_SRV_CALORIFIC_VALUE, ZB_ZCL_ATTR_PRICE_SRV_CALORIFIC_VALUE_UNIT, ZB_ZCL_ATTR_PRICE_SRV_CALORIFIC_VALUE_TRAILING_DIGIT
}
 Commodity Attributes Set. More...
 

Detailed Description

This set of attributes represents items that are associated with a particular commodity.

Typedef Documentation

◆ zb_zcl_price_calorific_value_unit_values_t

Values and Descriptions for the CalorificValueUnit Attribute

See also
SE spec, subclause D.4.2.2.4.6

Enumeration Type Documentation

◆ zb_zcl_price_calorific_value_unit_values_e

Values and Descriptions for the CalorificValueUnit Attribute

See also
SE spec, subclause D.4.2.2.4.6
Enumerator
ZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_M3 

MJ/m3

ZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_KG 

MJ/kg

◆ zb_zcl_price_set_commodity_e

Commodity Attributes Set.

See also
SE spec, D.4.2.2.4
Enumerator
ZB_ZCL_ATTR_PRICE_SRV_COMMODITY_TYPE 

CommodityType provides a label for identifying the type of pricing server present.

ZB_ZCL_ATTR_PRICE_SRV_STANDING_CHARGE 

The value of the Standing Charge is a daily fixed charge associated with supplying the commodity, measured in base unit of Currency with the decimal point located as indicated by the Trailing Digits field of a Publish Price command or PriceTrailingDigit attribute.

ZB_ZCL_ATTR_PRICE_SRV_CONVERSION_FACTOR 

The conversion factor is used for gas meter and takes into account changes in the volume of gas based on temperature and pressure.

ZB_ZCL_ATTR_PRICE_SRV_CONVERSION_FACTOR_TRAILING_DIGIT 

An 8-bit BitMap used to determine where the decimal point is located in the ConversionFactor attribute.

ZB_ZCL_ATTR_PRICE_SRV_CALORIFIC_VALUE 

The amount of heat generated when a given mass of fuel is completely burned.

ZB_ZCL_ATTR_PRICE_SRV_CALORIFIC_VALUE_UNIT 

This attribute defines the unit for the CalorificValue.

ZB_ZCL_ATTR_PRICE_SRV_CALORIFIC_VALUE_TRAILING_DIGIT 

An 8-bit BitMap used to determine where the decimal point is located in the CalorificValue attribute.