nRF5 SDK for Thread and Zigbee v3.2.0
Data Fields
zb_zcl_metering_block_tier_delivered_no_billing_payload_s Struct Reference

#include <zb_zcl_metering.h>

Data Fields

zb_uint48_t current_summation_delivered
 
zb_uint8_t number_of_tiers_in_use
 
zb_uint48_t * tier_summation
 
zb_uint8_t number_of_tiers_and_block_thresholds_in_use
 
zb_uint48_t * tier_block_summation
 

Detailed Description

SnapshotPayloadType 6 = Block Tier Information Set Delivered (No Billing)

See also
ZB_ZCL_METERING_BLOCK_TIER_DELIVERED_NO_BILLING

Field Documentation

zb_uint48_t zb_zcl_metering_block_tier_delivered_no_billing_payload_s::current_summation_delivered

An unsigned 48-bit integer that returns the value of the CurrentSummationDelivered attribute at the stated snapshot timestamp.

zb_uint8_t zb_zcl_metering_block_tier_delivered_no_billing_payload_s::number_of_tiers_and_block_thresholds_in_use

An 8-bit BitMap representing the number of tiers and block thresholds in use at the time the snapshot was taken.

zb_uint8_t zb_zcl_metering_block_tier_delivered_no_billing_payload_s::number_of_tiers_in_use

An 8-bit integer representing the number of tiers in use at the time the snapshot was taken.

zb_uint48_t* zb_zcl_metering_block_tier_delivered_no_billing_payload_s::tier_block_summation

The Publish Snapshot command contains N elements of the Block Information Attribute Set (Delivered). The metering server shall send only the number of Tiers and Blocks in use as stated in this command.

zb_uint48_t* zb_zcl_metering_block_tier_delivered_no_billing_payload_s::tier_summation

The Publish Snapshot command contains N elements of CurrentTierNSummationDelivered attributes from the TOU Information Set.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated