Developing with ZBOSS for Zigbee

Enumerations

enum  zb_zcl_price_set_billing_information_e {
  ZB_ZCL_ATTR_PRICE_SRV_CURRENT_BILLING_PERIOD_START = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_BILLING_INFORMATION, 0x00), ZB_ZCL_ATTR_PRICE_SRV_CURRENT_BILLING_PERIOD_DURATION, ZB_ZCL_ATTR_PRICE_SRV_LAST_BILLING_PERIOD_START, ZB_ZCL_ATTR_PRICE_SRV_LAST_BILLING_PERIOD_DURATION,
  ZB_ZCL_ATTR_PRICE_SRV_LAST_BILLING_PERIOD_CONSOLIDATED_BILL
}
 Billing Information (Delivered) Attributes Set. More...
 

Detailed Description

This set of attributes provides remote access to the Price server Billing information.

Enumeration Type Documentation

◆ zb_zcl_price_set_billing_information_e

Billing Information (Delivered) Attributes Set.

See also
SE spec, D.4.2.2.8
Enumerator
ZB_ZCL_ATTR_PRICE_SRV_CURRENT_BILLING_PERIOD_START 

The CurrentBillingPeriodStart attribute represents the start time of the current billing period.

ZB_ZCL_ATTR_PRICE_SRV_CURRENT_BILLING_PERIOD_DURATION 

The CurrentBillingPeriodDuration attribute represents the current billing period duration in minutes.

ZB_ZCL_ATTR_PRICE_SRV_LAST_BILLING_PERIOD_START 

The LastBillingPeriodStart attribute represents the start time of the last billing period.

ZB_ZCL_ATTR_PRICE_SRV_LAST_BILLING_PERIOD_DURATION 

The LastBillingPeriodDuration attribute is the duration of the last billing period in minutes (start to end of last billing period).

ZB_ZCL_ATTR_PRICE_SRV_LAST_BILLING_PERIOD_CONSOLIDATED_BILL 

The LastBillingPeriodConsolidatedBill attribute is an amount for the cost of the energy supplied from the date of the LastBillingPeriodStart attribute and until the duration of the LastBillingPeriodDuration attribute expires, measured in base unit of Currency with the decimal point located as indicated by the Trailing Digits attribute.