Developing with ZBOSS for Zigbee

Enumerations

enum  zb_zcl_price_set_received_billing_information {
  ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CURRENT_BILLING_PERIOD_START = ZB_ZCL_ATTR_SET_WITH_ATTR_ID(ZB_ZCL_PRICE_SET_RECEIVED_BILLING_INFORMATION, 0x00), ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CURRENT_BILLING_PERIOD_DURATION, ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_LAST_BILLING_PERIOD_START, ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_LAST_BILLING_PERIOD_DURATION,
  ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_LAST_BILLING_PERIOD_CONSOLIDATED_BILL
}
 Received Billing Information Attributes Set. More...
 

Detailed Description

The following set of attributes represents items that are associated with particular Received Billing information.

Enumeration Type Documentation

◆ zb_zcl_price_set_received_billing_information

Received Billing Information Attributes Set.

See also
SE spec, D.4.2.2.16
Enumerator
ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CURRENT_BILLING_PERIOD_START 

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

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_CURRENT_BILLING_PERIOD_DURATION 

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

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_LAST_BILLING_PERIOD_START 

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

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_LAST_BILLING_PERIOD_DURATION 

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

ZB_ZCL_ATTR_PRICE_SRV_RECEIVED_LAST_BILLING_PERIOD_CONSOLIDATED_BILL 

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