5.2.6.3.7. ZCL Smart Energy Clusters
This section provides the smart energy clusters implementations in ZCL of ESP Zigbee Core.
5.2.6.3.7.1. Metering
5.2.6.3.7.1.1. Header File
5.2.6.3.7.1.2. Functions
-
ezb_err_t ezb_zcl_metering_cluster_desc_add_attr(ezb_zcl_cluster_desc_t cluster_desc, uint16_t attr_id, const void *value)
Add an attribute to an metering cluster descriptor.
- Parameters:
cluster_desc -- [in] The metering cluster descriptor.
attr_id -- [in] The identifier of the attribute to be added to
cluster_desc.value -- [in] The pointer to the initial value of the attribute.
- Returns:
Error code.
-
ezb_zcl_cluster_desc_t ezb_zcl_metering_create_cluster_desc(const void *cluster_cfg, uint8_t role_mask)
Create an metering cluster descriptor.
- Parameters:
cluster_cfg -- [in] The pointer to the metering cluster configuration structure. Use ezb_zcl_metering_cluster_server_config_t for EZB_ZCL_CLUSTER_SERVER, use ezb_zcl_metering_cluster_client_config_t for EZB_ZCL_CLUSTER_CLIENT, or use NULL for default configuration of the stack based on the
role_mask.role_mask -- [in] The role of the cluster to create.
- Returns:
Created cluster descriptor.
-
void ezb_zcl_metering_cluster_client_init(uint8_t ep_id)
Initialize the Metering cluster client role for a given endpoint.
- Parameters:
ep_id -- [in] The identifier of the endpoint hosting the cluster that needs initialization.
-
void ezb_zcl_metering_cluster_server_init(uint8_t ep_id)
Initialize the Metering cluster server role for a given endpoint.
- Parameters:
ep_id -- [in] The identifier of the endpoint hosting the cluster that needs de-initialization.
5.2.6.3.7.1.3. Structures
-
struct ezb_zcl_metering_cluster_server_config_s
Configuration mandatory attributes for the Metering server cluster.
Public Members
-
uint64_t current_summation_delivered
Configurable mandatory CurrentSummationDelivered attribute
-
uint8_t status
Configurable mandatory Status attribute
-
uint8_t unit_of_measure
Configurable mandatory UnitOfMeasure attribute
-
uint8_t summation_formatting
Configurable mandatory SummationFormatting attribute
-
uint8_t metering_device_type
Configurable mandatory MeteringDeviceType attribute
-
uint64_t current_summation_delivered
5.2.6.3.7.1.4. Macros
-
EZB_ZCL_METERING_CLUSTER_REVISION
Cluster Revision of the metering cluster implementation.
-
EZB_ZCL_METERING_DAILY_FREEZE_TIME_DEFAULT_VALUE
Default value of DailyFreezeTime in Metering cluster.
-
EZB_ZCL_METERING_POWER_FACTOR_DEFAULT_VALUE
Default value of PowerFactor in Metering cluster.
-
EZB_ZCL_METERING_DEFAULT_UPDATE_PERIOD_DEFAULT_VALUE
Default value of DefaultUpdatePeriod in Metering cluster.
-
EZB_ZCL_METERING_FAST_POLL_UPDATE_PERIOD_DEFAULT_VALUE
Default value of FastPollUpdatePeriod in Metering cluster.
-
EZB_ZCL_METERING_PRESET_READING_TIME_DEFAULT_VALUE
Default value of PresetReadingTime in Metering cluster.
-
EZB_ZCL_METERING_STATUS_DEFAULT_VALUE
Default value of Status in Metering cluster.
-
EZB_ZCL_METERING_UNIT_OF_MEASURE_DEFAULT_VALUE
Default value of UnitOfMeasure in Metering cluster.
-
EZB_ZCL_METERING_ALTERNATIVE_UNIT_OF_DEFAULT_VALUE
Default value of AlternativeUnitOf in Metering cluster.
-
EZB_ZCL_METERING_INSTANTANEOUS_DEMAND_DEFAULT_VALUE
Default value of InstantaneousDemand in Metering cluster.
-
EZB_ZCL_METERING_HISTORICAL_FREEZE_TIME_DEFAULT_VALUE
Default value of HistoricalFreezeTime in Metering cluster.
-
EZB_ZCL_METERING_MAX_NUMBER_OF_PERIODS_DELIVERED_DEFAULT_VALUE
Default value of MaxNumberOfPeriodsDelivered in Metering cluster.
-
EZB_ZCL_METERING_DEMAND_INTEGRATION_PERIOD_DEFAULT_VALUE
Default value of DemandIntegrationPeriod in Metering cluster.
-
EZB_ZCL_METERING_NUMBER_OF_DEMAND_SUB_INTERVALS_DEFAULT_VALUE
Default value of NumberOfDemandSubIntervals in Metering cluster.
-
EZB_ZCL_METERING_DEMAND_LIMIT_ARM_DURATION_DEFAULT_VALUE
Default value of DemandLimitArmDuration in Metering cluster.
-
EZB_ZCL_METERING_LOAD_LIMIT_SUPPLY_STATE_DEFAULT_VALUE
Default value of LoadLimitSupplyState in Metering cluster.
-
EZB_ZCL_METERING_LOAD_LIMIT_COUNTER_DEFAULT_VALUE
Default value of LoadLimitCounter in Metering cluster.
-
EZB_ZCL_METERING_SUPPLY_TAMPER_STATE_DEFAULT_VALUE
Default value of SupplyTamperState in Metering cluster.
-
EZB_ZCL_METERING_SUPPLY_DEPLETION_STATE_DEFAULT_VALUE
Default value of SupplyDepletionState in Metering cluster.
-
EZB_ZCL_METERING_SUPPLY_UNCONTROLLED_FLOW_STATE_DEFAULT_VALUE
Default value of SupplyUncontrolledFlowState in Metering cluster.
-
EZB_ZCL_METERING_CURRENT_TIER1_BLOCK1_SUMMATION_DELIVERED_DEFAULT_VALUE
Default value of CurrentTier1Block1SummationDelivered in Metering cluster.
-
EZB_ZCL_METERING_GENERIC_ALARM_MASK_DEFAULT_VALUE
Default value of GenericAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_ELECTRICITY_ALARM_MASK_DEFAULT_VALUE
Default value of ElectricityAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_GENERIC_FLOW_PRESSURE_ALARM_MASK_DEFAULT_VALUE
Default value of GenericFlowPressureAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_WATER_SPECIFIC_ALARM_MASK_DEFAULT_VALUE
Default value of WaterSpecificAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_HEAT_AND_COOLING_SPECIFIC_ALARM_MASK_DEFAULT_VALUE
Default value of HeatAndCoolingSpecificAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_GAS_SPECIFIC_ALARM_MASK_DEFAULT_VALUE
Default value of GasSpecificAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_EXTENDED_GENERIC_ALARM_MASK_DEFAULT_VALUE
Default value of ExtendedGenericAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_MANUFACTURER_ALARM_MASK_DEFAULT_VALUE
Default value of ManufacturerAlarmMask in Metering cluster.
-
EZB_ZCL_METERING_BILL_TO_DATE_DELIVERED_DEFAULT_VALUE
Default value of BillToDateDelivered in Metering cluster.
-
EZB_ZCL_METERING_BILL_TO_DATE_TIME_STAMP_DELIVERED_DEFAULT_VALUE
Default value of BillToDateTimeStampDelivered in Metering cluster.
-
EZB_ZCL_METERING_PROJECTED_BILL_DELIVERED_DEFAULT_VALUE
Default value of ProjectedBillDelivered in Metering cluster.
-
EZB_ZCL_METERING_PROJECTED_BILL_TIME_STAMP_DELIVERED_DEFAULT_VALUE
Default value of ProjectedBillTimeStampDelivered in Metering cluster.
-
EZB_ZCL_METERING_BILL_TO_DATE_RECEIVED_DEFAULT_VALUE
Default value of BillToDateReceived in Metering cluster.
-
EZB_ZCL_METERING_BILL_TO_DATE_TIME_STAMP_RECEIVED_DEFAULT_VALUE
Default value of BillToDateTimeStampReceived in Metering cluster.
-
EZB_ZCL_METERING_PROJECTED_BILL_RECEIVED_DEFAULT_VALUE
Default value of ProjectedBillReceived in Metering cluster.
-
EZB_ZCL_METERING_PROJECTED_BILL_TIME_STAMP_RECEIVED_DEFAULT_VALUE
Default value of ProjectedBillTimeStampReceived in Metering cluster.
-
EZB_ZCL_METERING_UNCONTROLLED_FLOW_MULTIPLIER_DEFAULT_VALUE
Default value of UncontrolledFlowMultiplier in Metering cluster.
-
EZB_ZCL_METERING_UNCONTROLLED_FLOW_DIVISOR_DEFAULT_VALUE
Default value of UncontrolledFlowDivisor in Metering cluster.
-
EZB_ZCL_METERING_ALTERNATIVE_INSTANTANEOUS_DEMAND_DEFAULT_VALUE
Default value of AlternativeInstantaneousDemand in Metering cluster.
-
EZB_ZCL_METERING_FUNCTIONAL_NOTIFICATION_FLAGS_DEFAULT_VALUE
Default value of FunctionalNotificationFlags in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS2_DEFAULT_VALUE
Default value of NotificationFlags2 in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS3_DEFAULT_VALUE
Default value of NotificationFlags3 in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS4_DEFAULT_VALUE
Default value of NotificationFlags4 in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS5_DEFAULT_VALUE
Default value of NotificationFlags5 in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS6_DEFAULT_VALUE
Default value of NotificationFlags6 in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS7_DEFAULT_VALUE
Default value of NotificationFlags7 in Metering cluster.
-
EZB_ZCL_METERING_NOTIFICATION_FLAGS8_DEFAULT_VALUE
Default value of NotificationFlags8 in Metering cluster.
-
EZB_ZCL_CLUSTER_ID_METERING_CLIENT_ROLE_INIT
-
EZB_ZCL_CLUSTER_ID_METERING_SERVER_ROLE_INIT
5.2.6.3.7.1.5. Type Definitions
-
typedef struct ezb_zcl_metering_cluster_server_config_s ezb_zcl_metering_cluster_server_config_t
Configuration mandatory attributes for the Metering server cluster.
-
typedef ezb_zcl_metering_cluster_server_config_t ezb_zcl_metering_cluster_config_t
5.2.6.3.7.1.6. Enumerations
-
enum ezb_zcl_metering_server_attr_t
Attribute identifiers for the metering server cluster.
Values:
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_SUMMATION_DELIVERED_ID
CurrentSummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_SUMMATION_RECEIVED_ID
CurrentSummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MAX_DEMAND_DELIVERED_ID
CurrentMaxDemandDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MAX_DEMAND_RECEIVED_ID
CurrentMaxDemandReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DFT_SUMMATION_ID
DFTSummation attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DAILY_FREEZE_TIME_ID
DailyFreezeTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_POWER_FACTOR_ID
PowerFactor attribute.
-
enumerator EZB_ZCL_ATTR_METERING_READING_SNAP_SHOT_TIME_ID
ReadingSnapShotTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MAX_DEMAND_DELIVERED_TIME_ID
CurrentMaxDemandDeliveredTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MAX_DEMAND_RECEIVED_TIME_ID
CurrentMaxDemandReceivedTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DEFAULT_UPDATE_PERIOD_ID
DefaultUpdatePeriod attribute.
-
enumerator EZB_ZCL_ATTR_METERING_FAST_POLL_UPDATE_PERIOD_ID
FastPollUpdatePeriod attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_BLOCK_PERIOD_CONSUMPTION_DELIVERED_ID
CurrentBlockPeriodConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DAILY_CONSUMPTION_TARGET_ID
DailyConsumptionTarget attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_BLOCK_ID
CurrentBlock attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROFILE_INTERVAL_PERIOD_ID
ProfileIntervalPeriod attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PRESET_READING_TIME_ID
PresetReadingTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SUMMATION_DELIVERED_PER_REPORT_ID
SummationDeliveredPerReport attribute.
-
enumerator EZB_ZCL_ATTR_METERING_FLOW_RESTRICTION_ID
FlowRestriction attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SUPPLY_STATUS_ID
SupplyStatus attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_INLET_ENERGY_CARRIER_SUMMATION_ID
CurrentInletEnergyCarrierSummation attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_OUTLET_ENERGY_CARRIER_SUMMATION_ID
CurrentOutletEnergyCarrierSummation attribute.
-
enumerator EZB_ZCL_ATTR_METERING_INLET_TEMPERATURE_ID
InletTemperature attribute.
-
enumerator EZB_ZCL_ATTR_METERING_OUTLET_TEMPERATURE_ID
OutletTemperature attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CONTROL_TEMPERATURE_ID
ControlTemperature attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_INLET_ENERGY_CARRIER_DEMAND_ID
CurrentInletEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_OUTLET_ENERGY_CARRIER_DEMAND_ID
CurrentOutletEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_BLOCK_PERIOD_CONSUMPTION_DELIVERED_ID
PreviousBlockPeriodConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_BLOCK_PERIOD_CONSUMPTION_RECEIVED_ID
CurrentBlockPeriodConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_BLOCK_RECEIVED_ID
CurrentBlockReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DFT_SUMMATION_RECEIVED_ID
DFTSummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ACTIVE_REGISTER_TIER_DELIVERED_ID
ActiveRegisterTierDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ACTIVE_REGISTER_TIER_RECEIVED_ID
ActiveRegisterTierReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_LAST_BLOCK_SWITCH_TIME_ID
LastBlockSwitchTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_SUMMATION_DELIVERED_ID
CurrentTier1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_SUMMATION_RECEIVED_ID
CurrentTier1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_SUMMATION_DELIVERED_ID
CurrentTier2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_SUMMATION_RECEIVED_ID
CurrentTier2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_SUMMATION_DELIVERED_ID
CurrentTier3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_SUMMATION_RECEIVED_ID
CurrentTier3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_SUMMATION_DELIVERED_ID
CurrentTier4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_SUMMATION_RECEIVED_ID
CurrentTier4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_SUMMATION_DELIVERED_ID
CurrentTier5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_SUMMATION_RECEIVED_ID
CurrentTier5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_SUMMATION_DELIVERED_ID
CurrentTier6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_SUMMATION_RECEIVED_ID
CurrentTier6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_SUMMATION_DELIVERED_ID
CurrentTier7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_SUMMATION_RECEIVED_ID
CurrentTier7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_SUMMATION_DELIVERED_ID
CurrentTier8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_SUMMATION_RECEIVED_ID
CurrentTier8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_SUMMATION_DELIVERED_ID
CurrentTier9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_SUMMATION_RECEIVED_ID
CurrentTier9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_SUMMATION_DELIVERED_ID
CurrentTier10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_SUMMATION_RECEIVED_ID
CurrentTier10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_SUMMATION_DELIVERED_ID
CurrentTier11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_SUMMATION_RECEIVED_ID
CurrentTier11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_SUMMATION_DELIVERED_ID
CurrentTier12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_SUMMATION_RECEIVED_ID
CurrentTier12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_SUMMATION_DELIVERED_ID
CurrentTier13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_SUMMATION_RECEIVED_ID
CurrentTier13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_SUMMATION_DELIVERED_ID
CurrentTier14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_SUMMATION_RECEIVED_ID
CurrentTier14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_SUMMATION_DELIVERED_ID
CurrentTier15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_SUMMATION_RECEIVED_ID
CurrentTier15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER16_SUMMATION_DELIVERED_ID
CurrentTier16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER16_SUMMATION_RECEIVED_ID
CurrentTier16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER17_SUMMATION_DELIVERED_ID
CurrentTier17SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER17_SUMMATION_RECEIVED_ID
CurrentTier17SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER18_SUMMATION_DELIVERED_ID
CurrentTier18SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER18_SUMMATION_RECEIVED_ID
CurrentTier18SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER19_SUMMATION_DELIVERED_ID
CurrentTier19SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER19_SUMMATION_RECEIVED_ID
CurrentTier19SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER20_SUMMATION_DELIVERED_ID
CurrentTier20SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER20_SUMMATION_RECEIVED_ID
CurrentTier20SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER21_SUMMATION_DELIVERED_ID
CurrentTier21SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER21_SUMMATION_RECEIVED_ID
CurrentTier21SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER22_SUMMATION_DELIVERED_ID
CurrentTier22SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER22_SUMMATION_RECEIVED_ID
CurrentTier22SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER23_SUMMATION_DELIVERED_ID
CurrentTier23SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER23_SUMMATION_RECEIVED_ID
CurrentTier23SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER24_SUMMATION_DELIVERED_ID
CurrentTier24SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER24_SUMMATION_RECEIVED_ID
CurrentTier24SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER25_SUMMATION_DELIVERED_ID
CurrentTier25SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER25_SUMMATION_RECEIVED_ID
CurrentTier25SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER26_SUMMATION_DELIVERED_ID
CurrentTier26SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER26_SUMMATION_RECEIVED_ID
CurrentTier26SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER27_SUMMATION_DELIVERED_ID
CurrentTier27SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER27_SUMMATION_RECEIVED_ID
CurrentTier27SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER28_SUMMATION_DELIVERED_ID
CurrentTier28SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER28_SUMMATION_RECEIVED_ID
CurrentTier28SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER29_SUMMATION_DELIVERED_ID
CurrentTier29SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER29_SUMMATION_RECEIVED_ID
CurrentTier29SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER30_SUMMATION_DELIVERED_ID
CurrentTier30SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER30_SUMMATION_RECEIVED_ID
CurrentTier30SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER31_SUMMATION_DELIVERED_ID
CurrentTier31SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER31_SUMMATION_RECEIVED_ID
CurrentTier31SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER32_SUMMATION_DELIVERED_ID
CurrentTier32SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER32_SUMMATION_RECEIVED_ID
CurrentTier32SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER33_SUMMATION_DELIVERED_ID
CurrentTier33SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER33_SUMMATION_RECEIVED_ID
CurrentTier33SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER34_SUMMATION_DELIVERED_ID
CurrentTier34SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER34_SUMMATION_RECEIVED_ID
CurrentTier34SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER35_SUMMATION_DELIVERED_ID
CurrentTier35SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER35_SUMMATION_RECEIVED_ID
CurrentTier35SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER36_SUMMATION_DELIVERED_ID
CurrentTier36SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER36_SUMMATION_RECEIVED_ID
CurrentTier36SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER37_SUMMATION_DELIVERED_ID
CurrentTier37SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER37_SUMMATION_RECEIVED_ID
CurrentTier37SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER38_SUMMATION_DELIVERED_ID
CurrentTier38SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER38_SUMMATION_RECEIVED_ID
CurrentTier38SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER39_SUMMATION_DELIVERED_ID
CurrentTier39SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER39_SUMMATION_RECEIVED_ID
CurrentTier39SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER40_SUMMATION_DELIVERED_ID
CurrentTier40SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER40_SUMMATION_RECEIVED_ID
CurrentTier40SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER41_SUMMATION_DELIVERED_ID
CurrentTier41SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER41_SUMMATION_RECEIVED_ID
CurrentTier41SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER42_SUMMATION_DELIVERED_ID
CurrentTier42SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER42_SUMMATION_RECEIVED_ID
CurrentTier42SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER43_SUMMATION_DELIVERED_ID
CurrentTier43SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER43_SUMMATION_RECEIVED_ID
CurrentTier43SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER44_SUMMATION_DELIVERED_ID
CurrentTier44SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER44_SUMMATION_RECEIVED_ID
CurrentTier44SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER45_SUMMATION_DELIVERED_ID
CurrentTier45SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER45_SUMMATION_RECEIVED_ID
CurrentTier45SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER46_SUMMATION_DELIVERED_ID
CurrentTier46SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER46_SUMMATION_RECEIVED_ID
CurrentTier46SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER47_SUMMATION_DELIVERED_ID
CurrentTier47SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER47_SUMMATION_RECEIVED_ID
CurrentTier47SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER48_SUMMATION_DELIVERED_ID
CurrentTier48SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER48_SUMMATION_RECEIVED_ID
CurrentTier48SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CPP1_SUMMATION_DELIVERED_ID
CPP1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CPP2_SUMMATION_DELIVERED_ID
CPP2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_STATUS_ID
Status attribute.
-
enumerator EZB_ZCL_ATTR_METERING_REMAINING_BATTERY_LIFE_ID
RemainingBatteryLife attribute.
-
enumerator EZB_ZCL_ATTR_METERING_HOURS_IN_OPERATION_ID
HoursInOperation attribute.
-
enumerator EZB_ZCL_ATTR_METERING_HOURS_IN_FAULT_ID
HoursInFault attribute.
-
enumerator EZB_ZCL_ATTR_METERING_EXTENDED_STATUS_ID
ExtendedStatus attribute.
-
enumerator EZB_ZCL_ATTR_METERING_REMAINING_BATTERY_LIFE_IN_DAYS_ID
RemainingBatteryLifeInDays attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_METER_ID_ID
CurrentMeterID attribute.
-
enumerator EZB_ZCL_ATTR_METERING_AMBIENT_CONSUMPTION_INDICATOR_ID
AmbientConsumptionIndicator attribute.
-
enumerator EZB_ZCL_ATTR_METERING_UNIT_OF_MEASURE_ID
UnitOfMeasure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_MULTIPLIER_ID
Multiplier attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DIVISOR_ID
Divisor attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SUMMATION_FORMATTING_ID
SummationFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DEMAND_FORMATTING_ID
DemandFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_HISTORICAL_CONSUMPTION_FORMATTING_ID
HistoricalConsumptionFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_METERING_DEVICE_TYPE_ID
MeteringDeviceType attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SITE_ID_ID
SiteID attribute.
-
enumerator EZB_ZCL_ATTR_METERING_METER_SERIAL_NUMBER_ID
MeterSerialNumber attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ENERGY_CARRIER_UNIT_OF_MEASURE_ID
EnergyCarrierUnitOfMeasure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ENERGY_CARRIER_SUMMATION_FORMATTING_ID
EnergyCarrierSummationFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ENERGY_CARRIER_DEMAND_FORMATTING_ID
EnergyCarrierDemandFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_TEMPERATURE_UNIT_OF_MEASURE_ID
TemperatureUnitOfMeasure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_TEMPERATURE_FORMATTING_ID
TemperatureFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_MODULE_SERIAL_NUMBER_ID
ModuleSerialNumber attribute.
-
enumerator EZB_ZCL_ATTR_METERING_OPERATING_TARIFF_LABEL_DELIVERED_ID
OperatingTariffLabelDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_OPERATING_TARIFF_LABEL_RECEIVED_ID
OperatingTariffLabelReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CUSTOMER_ID_NUMBER_ID
CustomerIDNumber attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ALTERNATIVE_UNIT_OF_ID
AlternativeUnitOf attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ALTERNATIVE_DEMAND_FORMATTING_ID
AlternativeDemandFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ALTERNATIVE_CONSUMPTION_FORMATTING_ID
AlternativeConsumptionFormatting attribute.
-
enumerator EZB_ZCL_ATTR_METERING_INSTANTANEOUS_DEMAND_ID
InstantaneousDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_CONSUMPTION_DELIVERED_ID
CurrentDayConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_CONSUMPTION_RECEIVED_ID
CurrentDayConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_CONSUMPTION_DELIVERED_ID
PreviousDayConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_CONSUMPTION_RECEIVED_ID
PreviousDayConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_PARTIAL_PROFILE_INTERVAL_START_TIME_DELIVERED_ID
CurrentPartialProfileIntervalStartTimeDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_PARTIAL_PROFILE_INTERVAL_START_TIME_RECEIVED_ID
CurrentPartialProfileIntervalStartTimeReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_PARTIAL_PROFILE_INTERVAL_VALUE_DELIVERED_ID
CurrentPartialProfileIntervalValueDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_PARTIAL_PROFILE_INTERVAL_VALUE_RECEIVED_ID
CurrentPartialProfileIntervalValueReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_MAX_PRESSURE_ID
CurrentDayMaxPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_MIN_PRESSURE_ID
CurrentDayMinPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_MAX_PRESSURE_ID
PreviousDayMaxPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_MIN_PRESSURE_ID
PreviousDayMinPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_MAX_DEMAND_ID
CurrentDayMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_MAX_DEMAND_ID
PreviousDayMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_MAX_DEMAND_ID
CurrentMonthMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_YEAR_MAX_DEMAND_ID
CurrentYearMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_MAX_ENERGY_CARRIER_DEMAND_ID
CurrentDayMaxEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_MAX_ENERGY_CARRIER_DEMAND_ID
PreviousDayMaxEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_MAX_ENERGY_CARRIER_DEMAND_ID
CurrentMonthMaxEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_MIN_ENERGY_CARRIER_DEMAND_ID
CurrentMonthMinEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_YEAR_MAX_ENERGY_CARRIER_DEMAND_ID
CurrentYearMaxEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_YEAR_MIN_ENERGY_CARRIER_DEMAND_ID
CurrentYearMinEnergyCarrierDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY2_CONSUMPTION_DELIVERED_ID
PreviousDay2ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY2_CONSUMPTION_RECEIVED_ID
PreviousDay2ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY3_CONSUMPTION_DELIVERED_ID
PreviousDay3ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY3_CONSUMPTION_RECEIVED_ID
PreviousDay3ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY4_CONSUMPTION_DELIVERED_ID
PreviousDay4ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY4_CONSUMPTION_RECEIVED_ID
PreviousDay4ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY5_CONSUMPTION_DELIVERED_ID
PreviousDay5ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY5_CONSUMPTION_RECEIVED_ID
PreviousDay5ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY6_CONSUMPTION_DELIVERED_ID
PreviousDay6ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY6_CONSUMPTION_RECEIVED_ID
PreviousDay6ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY7_CONSUMPTION_DELIVERED_ID
PreviousDay7ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY7_CONSUMPTION_RECEIVED_ID
PreviousDay7ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY8_CONSUMPTION_DELIVERED_ID
PreviousDay8ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY8_CONSUMPTION_RECEIVED_ID
PreviousDay8ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_WEEK_CONSUMPTION_DELIVERED_ID
CurrentWeekConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_WEEK_CONSUMPTION_RECEIVED_ID
CurrentWeekConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK_CONSUMPTION_DELIVERED_ID
PreviousWeekConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK_CONSUMPTION_RECEIVED_ID
PreviousWeekConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK2_CONSUMPTION_DELIVERED_ID
PreviousWeek2ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK2_CONSUMPTION_RECEIVED_ID
PreviousWeek2ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK3_CONSUMPTION_DELIVERED_ID
PreviousWeek3ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK3_CONSUMPTION_RECEIVED_ID
PreviousWeek3ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK4_CONSUMPTION_DELIVERED_ID
PreviousWeek4ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK4_CONSUMPTION_RECEIVED_ID
PreviousWeek4ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK5_CONSUMPTION_DELIVERED_ID
PreviousWeek5ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK5_CONSUMPTION_RECEIVED_ID
PreviousWeek5ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_CONSUMPTION_DELIVERED_ID
CurrentMonthConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_CONSUMPTION_RECEIVED_ID
CurrentMonthConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH_CONSUMPTION_DELIVERED_ID
PreviousMonthConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH_CONSUMPTION_RECEIVED_ID
PreviousMonthConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH2_CONSUMPTION_DELIVERED_ID
PreviousMonth2ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH2_CONSUMPTION_RECEIVED_ID
PreviousMonth2ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH3_CONSUMPTION_DELIVERED_ID
PreviousMonth3ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH3_CONSUMPTION_RECEIVED_ID
PreviousMonth3ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH4_CONSUMPTION_DELIVERED_ID
PreviousMonth4ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH4_CONSUMPTION_RECEIVED_ID
PreviousMonth4ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH5_CONSUMPTION_DELIVERED_ID
PreviousMonth5ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH5_CONSUMPTION_RECEIVED_ID
PreviousMonth5ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH6_CONSUMPTION_DELIVERED_ID
PreviousMonth6ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH6_CONSUMPTION_RECEIVED_ID
PreviousMonth6ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH7_CONSUMPTION_DELIVERED_ID
PreviousMonth7ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH7_CONSUMPTION_RECEIVED_ID
PreviousMonth7ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH8_CONSUMPTION_DELIVERED_ID
PreviousMonth8ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH8_CONSUMPTION_RECEIVED_ID
PreviousMonth8ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH9_CONSUMPTION_DELIVERED_ID
PreviousMonth9ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH9_CONSUMPTION_RECEIVED_ID
PreviousMonth9ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH10_CONSUMPTION_DELIVERED_ID
PreviousMonth10ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH10_CONSUMPTION_RECEIVED_ID
PreviousMonth10ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH11_CONSUMPTION_DELIVERED_ID
PreviousMonth11ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH11_CONSUMPTION_RECEIVED_ID
PreviousMonth11ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH12_CONSUMPTION_DELIVERED_ID
PreviousMonth12ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH12_CONSUMPTION_RECEIVED_ID
PreviousMonth12ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH13_CONSUMPTION_DELIVERED_ID
PreviousMonth13ConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH13_CONSUMPTION_RECEIVED_ID
PreviousMonth13ConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_HISTORICAL_FREEZE_TIME_ID
HistoricalFreezeTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_MAX_NUMBER_OF_PERIODS_DELIVERED_ID
MaxNumberOfPeriodsDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DEMAND_DELIVERED_ID
CurrentDemandDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DEMAND_LIMIT_ID
DemandLimit attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DEMAND_INTEGRATION_PERIOD_ID
DemandIntegrationPeriod attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NUMBER_OF_DEMAND_SUB_INTERVALS_ID
NumberOfDemandSubIntervals attribute.
-
enumerator EZB_ZCL_ATTR_METERING_DEMAND_LIMIT_ARM_DURATION_ID
DemandLimitArmDuration attribute.
-
enumerator EZB_ZCL_ATTR_METERING_LOAD_LIMIT_SUPPLY_STATE_ID
LoadLimitSupplyState attribute.
-
enumerator EZB_ZCL_ATTR_METERING_LOAD_LIMIT_COUNTER_ID
LoadLimitCounter attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SUPPLY_TAMPER_STATE_ID
SupplyTamperState attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SUPPLY_DEPLETION_STATE_ID
SupplyDepletionState attribute.
-
enumerator EZB_ZCL_ATTR_METERING_SUPPLY_UNCONTROLLED_FLOW_STATE_ID
SupplyUncontrolledFlowState attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK1_SUMMATION_DELIVERED_ID
CurrentNoTierBlock1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK2_SUMMATION_DELIVERED_ID
CurrentNoTierBlock2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK3_SUMMATION_DELIVERED_ID
CurrentNoTierBlock3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK4_SUMMATION_DELIVERED_ID
CurrentNoTierBlock4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK5_SUMMATION_DELIVERED_ID
CurrentNoTierBlock5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK6_SUMMATION_DELIVERED_ID
CurrentNoTierBlock6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK7_SUMMATION_DELIVERED_ID
CurrentNoTierBlock7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK8_SUMMATION_DELIVERED_ID
CurrentNoTierBlock8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK9_SUMMATION_DELIVERED_ID
CurrentNoTierBlock9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK10_SUMMATION_DELIVERED_ID
CurrentNoTierBlock10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK11_SUMMATION_DELIVERED_ID
CurrentNoTierBlock11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK12_SUMMATION_DELIVERED_ID
CurrentNoTierBlock12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK13_SUMMATION_DELIVERED_ID
CurrentNoTierBlock13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK14_SUMMATION_DELIVERED_ID
CurrentNoTierBlock14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK15_SUMMATION_DELIVERED_ID
CurrentNoTierBlock15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK16_SUMMATION_DELIVERED_ID
CurrentNoTierBlock16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier1Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier1Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier1Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier1Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier1Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier1Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier1Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier1Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier1Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier1Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier1Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier1Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier1Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier1Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier1Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier1Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier2Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier2Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier2Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier2Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier2Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier2Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier2Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier2Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier2Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier2Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier2Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier2Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier2Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier2Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier2Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier2Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier3Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier3Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier3Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier3Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier3Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier3Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier3Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier3Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier3Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier3Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier3Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier3Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier3Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier3Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier3Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier3Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier4Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier4Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier4Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier4Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier4Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier4Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier4Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier4Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier4Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier4Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier4Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier4Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier4Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier4Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier4Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier4Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier5Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier5Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier5Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier5Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier5Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier5Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier5Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier5Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier5Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier5Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier5Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier5Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier5Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier5Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier5Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier5Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier6Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier6Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier6Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier6Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier6Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier6Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier6Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier6Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier6Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier6Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier6Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier6Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier6Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier6Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier6Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier6Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier7Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier7Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier7Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier7Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier7Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier7Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier7Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier7Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier7Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier7Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier7Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier7Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier7Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier7Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier7Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier7Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier8Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier8Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier8Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier8Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier8Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier8Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier8Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier8Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier8Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier8Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier8Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier8Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier8Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier8Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier8Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier8Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier9Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier9Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier9Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier9Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier9Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier9Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier9Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier9Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier9Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier9Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier9Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier9Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier9Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier9Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier9Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier9Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier10Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier10Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier10Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier10Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier10Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier10Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier10Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier10Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier10Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier10Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier10Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier10Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier10Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier10Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier10Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier10Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier11Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier11Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier11Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier11Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier11Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier11Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier11Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier11Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier11Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier11Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier11Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier11Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier11Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier11Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier11Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier11Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier12Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier12Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier12Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier12Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier12Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier12Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier12Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier12Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier12Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier12Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier12Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier12Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier12Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier12Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier12Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier12Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier13Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier13Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier13Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier13Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier13Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier13Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier13Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier13Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier13Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier13Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier13Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier13Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier13Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier13Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier13Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier13Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier14Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier14Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier14Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier14Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier14Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier14Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier14Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier14Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier14Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier14Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier14Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier14Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier14Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier14Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier14Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier14Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK1_SUMMATION_DELIVERED_ID
CurrentTier15Block1SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK2_SUMMATION_DELIVERED_ID
CurrentTier15Block2SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK3_SUMMATION_DELIVERED_ID
CurrentTier15Block3SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK4_SUMMATION_DELIVERED_ID
CurrentTier15Block4SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK5_SUMMATION_DELIVERED_ID
CurrentTier15Block5SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK6_SUMMATION_DELIVERED_ID
CurrentTier15Block6SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK7_SUMMATION_DELIVERED_ID
CurrentTier15Block7SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK8_SUMMATION_DELIVERED_ID
CurrentTier15Block8SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK9_SUMMATION_DELIVERED_ID
CurrentTier15Block9SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK10_SUMMATION_DELIVERED_ID
CurrentTier15Block10SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK11_SUMMATION_DELIVERED_ID
CurrentTier15Block11SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK12_SUMMATION_DELIVERED_ID
CurrentTier15Block12SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK13_SUMMATION_DELIVERED_ID
CurrentTier15Block13SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK14_SUMMATION_DELIVERED_ID
CurrentTier15Block14SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK15_SUMMATION_DELIVERED_ID
CurrentTier15Block15SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK16_SUMMATION_DELIVERED_ID
CurrentTier15Block16SummationDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_GENERIC_ALARM_MASK_ID
GenericAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ELECTRICITY_ALARM_MASK_ID
ElectricityAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_GENERIC_FLOW_PRESSURE_ALARM_MASK_ID
GenericFlowPressureAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_WATER_SPECIFIC_ALARM_MASK_ID
WaterSpecificAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_HEAT_AND_COOLING_SPECIFIC_ALARM_MASK_ID
HeatAndCoolingSpecificAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_GAS_SPECIFIC_ALARM_MASK_ID
GasSpecificAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_EXTENDED_GENERIC_ALARM_MASK_ID
ExtendedGenericAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_MANUFACTURER_ALARM_MASK_ID
ManufacturerAlarmMask attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK1_SUMMATION_RECEIVED_ID
CurrentNoTierBlock1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK2_SUMMATION_RECEIVED_ID
CurrentNoTierBlock2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK3_SUMMATION_RECEIVED_ID
CurrentNoTierBlock3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK4_SUMMATION_RECEIVED_ID
CurrentNoTierBlock4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK5_SUMMATION_RECEIVED_ID
CurrentNoTierBlock5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK6_SUMMATION_RECEIVED_ID
CurrentNoTierBlock6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK7_SUMMATION_RECEIVED_ID
CurrentNoTierBlock7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK8_SUMMATION_RECEIVED_ID
CurrentNoTierBlock8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK9_SUMMATION_RECEIVED_ID
CurrentNoTierBlock9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK10_SUMMATION_RECEIVED_ID
CurrentNoTierBlock10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK11_SUMMATION_RECEIVED_ID
CurrentNoTierBlock11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK12_SUMMATION_RECEIVED_ID
CurrentNoTierBlock12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK13_SUMMATION_RECEIVED_ID
CurrentNoTierBlock13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK14_SUMMATION_RECEIVED_ID
CurrentNoTierBlock14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK15_SUMMATION_RECEIVED_ID
CurrentNoTierBlock15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_NO_TIER_BLOCK16_SUMMATION_RECEIVED_ID
CurrentNoTierBlock16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier1Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier1Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier1Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier1Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier1Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier1Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier1Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier1Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier1Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier1Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier1Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier1Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier1Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier1Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier1Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER1_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier1Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier2Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier2Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier2Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier2Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier2Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier2Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier2Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier2Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier2Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier2Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier2Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier2Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier2Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier2Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier2Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER2_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier2Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier3Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier3Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier3Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier3Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier3Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier3Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier3Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier3Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier3Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier3Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier3Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier3Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier3Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier3Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier3Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER3_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier3Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier4Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier4Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier4Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier4Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier4Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier4Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier4Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier4Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier4Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier4Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier4Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier4Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier4Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier4Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier4Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER4_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier4Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier5Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier5Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier5Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier5Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier5Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier5Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier5Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier5Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier5Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier5Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier5Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier5Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier5Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier5Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier5Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER5_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier5Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier6Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier6Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier6Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier6Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier6Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier6Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier6Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier6Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier6Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier6Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier6Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier6Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier6Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier6Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier6Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER6_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier6Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier7Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier7Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier7Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier7Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier7Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier7Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier7Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier7Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier7Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier7Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier7Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier7Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier7Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier7Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier7Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER7_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier7Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier8Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier8Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier8Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier8Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier8Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier8Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier8Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier8Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier8Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier8Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier8Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier8Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier8Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier8Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier8Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER8_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier8Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier9Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier9Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier9Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier9Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier9Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier9Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier9Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier9Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier9Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier9Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier9Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier9Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier9Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier9Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier9Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER9_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier9Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier10Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier10Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier10Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier10Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier10Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier10Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier10Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier10Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier10Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier10Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier10Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier10Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier10Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier10Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier10Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER10_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier10Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier11Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier11Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier11Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier11Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier11Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier11Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier11Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier11Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier11Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier11Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier11Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier11Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier11Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier11Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier11Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER11_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier11Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier12Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier12Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier12Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier12Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier12Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier12Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier12Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier12Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier12Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier12Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier12Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier12Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier12Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier12Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier12Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER12_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier12Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier13Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier13Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier13Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier13Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier13Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier13Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier13Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier13Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier13Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier13Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier13Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier13Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier13Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier13Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier13Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER13_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier13Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier14Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier14Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier14Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier14Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier14Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier14Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier14Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier14Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier14Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier14Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier14Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier14Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier14Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier14Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier14Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER14_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier14Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK1_SUMMATION_RECEIVED_ID
CurrentTier15Block1SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK2_SUMMATION_RECEIVED_ID
CurrentTier15Block2SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK3_SUMMATION_RECEIVED_ID
CurrentTier15Block3SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK4_SUMMATION_RECEIVED_ID
CurrentTier15Block4SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK5_SUMMATION_RECEIVED_ID
CurrentTier15Block5SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK6_SUMMATION_RECEIVED_ID
CurrentTier15Block6SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK7_SUMMATION_RECEIVED_ID
CurrentTier15Block7SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK8_SUMMATION_RECEIVED_ID
CurrentTier15Block8SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK9_SUMMATION_RECEIVED_ID
CurrentTier15Block9SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK10_SUMMATION_RECEIVED_ID
CurrentTier15Block10SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK11_SUMMATION_RECEIVED_ID
CurrentTier15Block11SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK12_SUMMATION_RECEIVED_ID
CurrentTier15Block12SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK13_SUMMATION_RECEIVED_ID
CurrentTier15Block13SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK14_SUMMATION_RECEIVED_ID
CurrentTier15Block14SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK15_SUMMATION_RECEIVED_ID
CurrentTier15Block15SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_TIER15_BLOCK16_SUMMATION_RECEIVED_ID
CurrentTier15Block16SummationReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_BILL_TO_DATE_DELIVERED_ID
BillToDateDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_BILL_TO_DATE_TIME_STAMP_DELIVERED_ID
BillToDateTimeStampDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROJECTED_BILL_DELIVERED_ID
ProjectedBillDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROJECTED_BILL_TIME_STAMP_DELIVERED_ID
ProjectedBillTimeStampDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_BILL_DELIVERED_TRAILING_DIGIT_MAP_ID
BillDeliveredTrailingDigitMap attribute.
-
enumerator EZB_ZCL_ATTR_METERING_BILL_TO_DATE_RECEIVED_ID
BillToDateReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_BILL_TO_DATE_TIME_STAMP_RECEIVED_ID
BillToDateTimeStampReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROJECTED_BILL_RECEIVED_ID
ProjectedBillReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROJECTED_BILL_TIME_STAMP_RECEIVED_ID
ProjectedBillTimeStampReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_BILL_RECEIVED_TRAILING_DIGIT_MAP_ID
BillReceivedTrailingDigitMap attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROPOSED_CHANGE_SUPPLY_IMPLEMENTATION_TIME_ID
ProposedChangeSupplyImplementationTime attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PROPOSED_CHANGE_SUPPLY_STATUS_ID
ProposedChangeSupplyStatus attribute.
-
enumerator EZB_ZCL_ATTR_METERING_UNCONTROLLED_FLOW_THRESHOLD_ID
UncontrolledFlowThreshold attribute.
-
enumerator EZB_ZCL_ATTR_METERING_UNCONTROLLED_FLOW_THRESHOLD_UNIT_OF_MEASURE_ID
UncontrolledFlowThresholdUnitOfMeasure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_UNCONTROLLED_FLOW_MULTIPLIER_ID
UncontrolledFlowMultiplier attribute.
-
enumerator EZB_ZCL_ATTR_METERING_UNCONTROLLED_FLOW_DIVISOR_ID
UncontrolledFlowDivisor attribute.
-
enumerator EZB_ZCL_ATTR_METERING_FLOW_STABILISATION_PERIOD_ID
FlowStabilisationPeriod attribute.
-
enumerator EZB_ZCL_ATTR_METERING_FLOW_MEASUREMENT_PERIOD_ID
FlowMeasurementPeriod attribute.
-
enumerator EZB_ZCL_ATTR_METERING_ALTERNATIVE_INSTANTANEOUS_DEMAND_ID
AlternativeInstantaneousDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
CurrentDayAlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
CurrentDayAlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDayAlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDayAlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_START_TIME_DELIVERED_ID
CurrentAlternativePartialProfileIntervalStartTimeDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_START_TIME_RECEIVED_ID
CurrentAlternativePartialProfileIntervalStartTimeReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_VALUE_DELIVERED_ID
CurrentAlternativePartialProfileIntervalValueDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_ALTERNATIVE_PARTIAL_PROFILE_INTERVAL_VALUE_RECEIVED_ID
CurrentAlternativePartialProfileIntervalValueReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_ALTERNATIVE_MAX_PRESSURE_ID
CurrentDayAlternativeMaxPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_ALTERNATIVE_MIN_PRESSURE_ID
CurrentDayAlternativeMinPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_ALTERNATIVE_MAX_PRESSURE_ID
PreviousDayAlternativeMaxPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_ALTERNATIVE_MIN_PRESSURE_ID
PreviousDayAlternativeMinPressure attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_DAY_ALTERNATIVE_MAX_DEMAND_ID
CurrentDayAlternativeMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY_ALTERNATIVE_MAX_DEMAND_ID
PreviousDayAlternativeMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_ALTERNATIVE_MAX_DEMAND_ID
CurrentMonthAlternativeMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_YEAR_ALTERNATIVE_MAX_DEMAND_ID
CurrentYearAlternativeMaxDemand attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY2_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay2AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY2_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay2AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY3_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay3AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY3_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay3AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY4_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay4AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY4_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay4AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY5_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay5AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY5_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay5AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY6_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay6AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY6_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay6AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY7_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay7AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY7_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay7AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY8_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousDay8AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_DAY8_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousDay8AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_WEEK_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
CurrentWeekAlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_WEEK_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
CurrentWeekAlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousWeekAlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousWeekAlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK2_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousWeek2AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK2_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousWeek2AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK3_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousWeek3AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK3_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousWeek3AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK4_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousWeek4AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK4_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousWeek4AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK5_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousWeek5AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_WEEK5_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousWeek5AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
CurrentMonthAlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_MONTH_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
CurrentMonthAlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonthAlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonthAlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH2_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth2AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH2_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth2AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH3_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth3AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH3_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth3AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH4_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth4AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH4_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth4AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH5_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth5AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH5_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth5AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH6_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth6AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH6_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth6AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH7_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth7AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH7_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth7AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH8_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth8AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH8_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth8AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH9_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth9AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH9_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth9AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH10_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth10AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH10_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth10AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH11_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth11AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH11_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth11AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH12_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth12AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH12_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth12AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH13_ALTERNATIVE_CONSUMPTION_DELIVERED_ID
PreviousMonth13AlternativeConsumptionDelivered attribute.
-
enumerator EZB_ZCL_ATTR_METERING_PREVIOUS_MONTH13_ALTERNATIVE_CONSUMPTION_RECEIVED_ID
PreviousMonth13AlternativeConsumptionReceived attribute.
-
enumerator EZB_ZCL_ATTR_METERING_CURRENT_SUMMATION_DELIVERED_ID
-
enum ezb_zcl_metering_server_current_block_t
Enumeration for ZCL CurrentBlock attribute of Metering.
Values:
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_NO_BLOCKS_IN_USE
NoBlocksInUse
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK1
Block1
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK2
Block2
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK3
Block3
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK4
Block4
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK5
Block5
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK6
Block6
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK7
Block7
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK8
Block8
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK9
Block9
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK10
Block10
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK11
Block11
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK12
Block12
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK13
Block13
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK14
Block14
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK15
Block15
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_BLOCK16
Block16
-
enumerator EZB_ZCL_METERING_CURRENT_BLOCK_NO_BLOCKS_IN_USE
-
enum ezb_zcl_metering_server_supply_status_t
Enumeration for ZCL SupplyStatus attribute of Metering.
Values:
-
enumerator EZB_ZCL_METERING_SUPPLY_STATUS_OFF
Off
-
enumerator EZB_ZCL_METERING_SUPPLY_STATUS_OFF_ARMED
OffArmed
-
enumerator EZB_ZCL_METERING_SUPPLY_STATUS_ON
On
-
enumerator EZB_ZCL_METERING_SUPPLY_STATUS_OFF
-
enum ezb_zcl_metering_server_cmd_id_t
Received Command identifiers for the Metering cluster.
Values:
-
enumerator EZB_ZCL_CMD_METERING_GET_PROFILE_RESPONSE_ID
GetProfileResponse command.
-
enumerator EZB_ZCL_CMD_METERING_REQUEST_MIRROR_ID
RequestMirror command.
-
enumerator EZB_ZCL_CMD_METERING_REMOVE_MIRROR_ID
RemoveMirror command.
-
enumerator EZB_ZCL_CMD_METERING_REQUEST_FAST_POLL_MODE_RESPONSE_ID
RequestFastPollModeResponse command.
-
enumerator EZB_ZCL_CMD_METERING_SCHEDULE_SNAPSHOT_RESPONSE_ID
ScheduleSnapshotResponse command.
-
enumerator EZB_ZCL_CMD_METERING_TAKE_SNAPSHOT_RESPONSE_ID
TakeSnapshotResponse command.
-
enumerator EZB_ZCL_CMD_METERING_PUBLISH_SNAPSHOT_ID
PublishSnapshot command.
-
enumerator EZB_ZCL_CMD_METERING_GET_SAMPLED_DATA_RESPONSE_ID
GetSampledDataResponse command.
-
enumerator EZB_ZCL_CMD_METERING_CONFIGURE_MIRROR_ID
ConfigureMirror command.
-
enumerator EZB_ZCL_CMD_METERING_CONFIGURE_NOTIFICATION_SCHEME_ID
ConfigureNotificationScheme command.
-
enumerator EZB_ZCL_CMD_METERING_CONFIGURE_NOTIFICATION_FLAG_ID
ConfigureNotificationFlag command.
-
enumerator EZB_ZCL_CMD_METERING_GET_NOTIFIED_MESSAGE_ID
GetNotifiedMessage command.
-
enumerator EZB_ZCL_CMD_METERING_SUPPLY_STATUS_RESPONSE_ID
SupplyStatusResponse command.
-
enumerator EZB_ZCL_CMD_METERING_START_SAMPLING_RESPONSE_ID
StartSamplingResponse command.
-
enumerator EZB_ZCL_CMD_METERING_GET_PROFILE_RESPONSE_ID
-
enum ezb_zcl_metering_client_attr_t
Attribute identifiers for the metering client cluster.
Values:
-
enumerator EZB_ZCL_ATTR_METERING_FUNCTIONAL_NOTIFICATION_FLAGS_ID
FunctionalNotificationFlags attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS2_ID
NotificationFlags2 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS3_ID
NotificationFlags3 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS4_ID
NotificationFlags4 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS5_ID
NotificationFlags5 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS6_ID
NotificationFlags6 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS7_ID
NotificationFlags7 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_NOTIFICATION_FLAGS8_ID
NotificationFlags8 attribute.
-
enumerator EZB_ZCL_ATTR_METERING_FUNCTIONAL_NOTIFICATION_FLAGS_ID
-
enum ezb_zcl_metering_client_cmd_id_t
Received Command identifiers for the Metering cluster.
Values:
-
enumerator EZB_ZCL_CMD_METERING_GET_PROFILE_ID
GetProfile command.
-
enumerator EZB_ZCL_CMD_METERING_REQUEST_MIRROR_RESPONSE_ID
RequestMirrorResponse command.
-
enumerator EZB_ZCL_CMD_METERING_MIRROR_REMOVED_ID
MirrorRemoved command.
-
enumerator EZB_ZCL_CMD_METERING_REQUEST_FAST_POLL_MODE_ID
RequestFastPollMode command.
-
enumerator EZB_ZCL_CMD_METERING_SCHEDULE_SNAPSHOT_ID
ScheduleSnapshot command.
-
enumerator EZB_ZCL_CMD_METERING_TAKE_SNAPSHOT_ID
TakeSnapshot command.
-
enumerator EZB_ZCL_CMD_METERING_GET_SNAPSHOT_ID
GetSnapshot command.
-
enumerator EZB_ZCL_CMD_METERING_START_SAMPLING_ID
StartSampling command.
-
enumerator EZB_ZCL_CMD_METERING_GET_SAMPLED_DATA_ID
GetSampledData command.
-
enumerator EZB_ZCL_CMD_METERING_MIRROR_REPORT_ATTRIBUTE_RESPONSE_ID
MirrorReportAttributeResponse command.
-
enumerator EZB_ZCL_CMD_METERING_RESET_LOAD_LIMIT_COUNTER_ID
ResetLoadLimitCounter command.
-
enumerator EZB_ZCL_CMD_METERING_CHANGE_SUPPLY_ID
ChangeSupply command.
-
enumerator EZB_ZCL_CMD_METERING_LOCAL_CHANGE_SUPPLY_ID
LocalChangeSupply command.
-
enumerator EZB_ZCL_CMD_METERING_SET_SUPPLY_STATUS_ID
SetSupplyStatus command.
-
enumerator EZB_ZCL_CMD_METERING_SET_UNCONTROLLED_FLOW_THRESHOLD_ID
SetUncontrolledFlowThreshold command.
-
enumerator EZB_ZCL_CMD_METERING_GET_PROFILE_ID
5.2.6.3.7.1.7. Header File
5.2.6.3.7.1.8. Functions
-
ezb_err_t ezb_zcl_metering_get_profile_cmd_req(const ezb_zcl_metering_get_profile_cmd_t *cmd_req)
Send ZCL Metering GetProfile command request.
- Parameters:
cmd_req -- Pointer to the GetProfile command request structure, ezb_zcl_metering_get_profile_cmd_s.
- Returns:
Error code.
-
ezb_err_t ezb_zcl_metering_request_fast_poll_mode_cmd_req(const ezb_zcl_metering_request_fast_poll_mode_cmd_t *cmd_req)
Send ZCL Metering Request Fast Poll Mode command request.
- Parameters:
cmd_req -- Pointer to the Request Fast Poll Mode command request structure, ezb_zcl_metering_request_fast_poll_mode_cmd_s.
- Returns:
Error code.
-
ezb_err_t ezb_zcl_metering_get_snapshot_cmd_req(const ezb_zcl_metering_get_snapshot_cmd_t *cmd_req)
Send ZCL Metering Get Snapshot command request.
- Parameters:
cmd_req -- Pointer to the Get Snapshot command request structure, ezb_zcl_metering_get_snapshot_cmd_s.
- Returns:
Error code.
-
ezb_err_t ezb_zcl_metering_get_sampled_data_cmd_req(const ezb_zcl_metering_get_sampled_data_cmd_t *cmd_req)
Send ZCL Metering Get Sampled Data command request.
- Parameters:
cmd_req -- Pointer to the Get Sampled Data command request structure, ezb_zcl_metering_get_sampled_data_cmd_s.
- Returns:
Error code.
5.2.6.3.7.1.9. Unions
-
union ezb_zcl_metering_snapshot_sub_payload_s
- #include <metering.h>
ZCL Metering snapshot sub-payload union.
Public Members
-
ezb_zcl_metering_tou_delivered_payload_t tou_delivered
TOU information set delivered payload
-
ezb_zcl_metering_tou_received_payload_t tou_received
TOU information set received payload
-
ezb_zcl_metering_block_tier_delivered_payload_t block_tier_delivered
Block tier information set delivered payload
-
ezb_zcl_metering_block_tier_received_payload_t block_tier_received
Block tier information set received payload
-
ezb_zcl_metering_tou_delivered_no_billing_payload_t tou_delivered_no_billing
TOU information set delivered (no billing) payload
-
ezb_zcl_metering_tou_received_no_billing_payload_t tou_received_no_billing
TOU information set received (no billing) payload
-
ezb_zcl_metering_block_tier_delivered_no_billing_payload_t block_tier_delivered_no_billing
Block tier information set delivered (no billing) payload
-
ezb_zcl_metering_block_tier_received_no_billing_payload_t block_tier_received_no_billing
Block tier information set received (no billing) payload
-
ezb_zcl_metering_tou_delivered_payload_t tou_delivered
5.2.6.3.7.1.10. Structures
-
struct ezb_zcl_metering_get_profile_payload_s
Payload for the ZCL Metering Get Profile command.
Public Members
-
uint8_t interval_channel
Interval channel; see ezb_zcl_metering_interval_channel_t.
-
uint32_t end_time
End time.
-
uint8_t num_of_periods
Number of periods.
-
uint8_t interval_channel
-
struct ezb_zcl_metering_request_fast_poll_mode_payload_s
Payload for the ZCL Metering Request Fast Poll Mode command.
-
struct ezb_zcl_metering_get_snapshot_payload_s
Payload for the ZCL Metering Get Snapshot command.
-
struct ezb_zcl_metering_get_sampled_payload_s
Payload for the ZCL Metering Get Sampled Data command.
Public Members
-
uint16_t sample_id
Sample ID.
-
uint32_t earliest_start_time
Earliest start time.
-
ezb_zcl_metering_sample_type_t sample_type
Sample type; see ezb_zcl_metering_sample_type_e.
-
uint16_t num_of_samples
Number of samples.
-
uint16_t sample_id
-
struct ezb_zcl_metering_get_profile_rsp_s
Payload for the ZCL Metering Get Profile Response command.
Public Members
-
uint32_t end_time
End time.
-
ezb_zcl_metering_status_field_t status
Status; see ezb_zcl_metering_status_field_t.
-
ezb_zcl_metering_profile_interval_period_t profile_interval_period
Profile interval period.
-
uint8_t num_of_periods_delivered
Number of periods delivered.
-
uint32_t *intervals
Series of interval data.
-
uint32_t end_time
-
struct ezb_zcl_metering_request_fast_poll_mode_rsp_s
Payload for the ZCL Metering Request Fast Poll Mode Response command.
-
struct ezb_zcl_metering_tou_info_set_s
ZCL Metering snapshot TOU information set sub-payload.
Public Members
-
uint64_t current_summation
An unsigned 48-bit integer that returns the value of the CurrentSummationDelivered attribute at the stated snapshot timestamp
-
uint32_t bill_to_date
An unsigned 32-bit integer that provides a value for the costs in the current billing period
-
uint32_t bill_to_date_time_stamp
A UTC timestamp that indicates when the value of the associated BillToDateDelivered parameter was last updated
-
uint32_t projected_bill
An unsigned 32-bit integer that provides a value indicating what the estimated state of the account will be at the end of the billing period based on past consumption
-
uint32_t projected_bill_time_stamp
A UTC timestamp that indicates when the associated ProjectedBillDelivered parameter was last updated
-
uint8_t bill_delivered_trailing_digit
An 8-bit BitMap used to determine where the decimal point is located in the BillToDateDelivered and ProjectedBillDelivered fields
-
uint8_t num_of_tiers_in_use
An 8-bit integer representing the number of tiers in use at the time the snapshot was taken
-
uint64_t *tier_summation
The Publish Snapshot command contains N elements of CurrentTierNSummationDelivered attributes from the TOU Information Set. The Metering server shall send only the number of tiers in use, as stated in this command
-
uint64_t current_summation
-
struct ezb_zcl_metering_block_info_set_s
Structure for ZCL Metering snapshot block information set sub-payload.
Public Members
-
uint64_t current_summation
An unsigned 48-bit integer that returns the value of the CurrentSummationDelivered attribute at the stated snapshot timestamp
-
uint32_t bill_to_date
An unsigned 32-bit integer that provides a value for the costs in the current billing period
-
uint32_t bill_to_date_time_stamp
A UTC timestamp that indicates when the value of the associated BillToDateDelivered parameter was last updated
-
uint32_t projected_bill
An unsigned 32-bit integer that provides a value indicating what the estimated state of the account will be at the end of the billing period based on past consumption
-
uint32_t projected_bill_time_stamp
A UTC timestamp that indicates when the associated ProjectedBillDelivered parameter was last updated
-
uint8_t bill_delivered_trailing_digit
An 8-bit BitMap used to determine where the decimal point is located in the BillToDateDelivered and ProjectedBillDelivered fields
-
uint8_t num_of_tiers_in_use
An 8-bit integer representing the number of tiers in use at the time the snapshot was taken
-
uint64_t *tier_summation
The Publish Snapshot command contains N elements of CurrentTierNSummationDelivered attributes from the TOU Information Set
-
uint8_t num_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
-
uint64_t *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
-
uint64_t current_summation
-
struct ezb_zcl_metering_tou_info_no_billing_set_s
ZCL Metering TOU information no billing set sub-payload.
Public Members
-
uint64_t current_summation
An unsigned 48-bit integer that returns the value of the CurrentSummationDelivered attribute at the stated snapshot timestamp
-
uint8_t num_of_tiers_in_use
An 8-bit integer representing the number of tiers in use at the time the snapshot was taken
-
uint64_t *tier_summation
The Publish Snapshot command contains N elements of CurrentTierNSummationDelivered attributes from the TOU Information Set. The metering server shall send only the number of Tiers in use as stated in this command
-
uint64_t current_summation
-
struct ezb_zcl_metering_block_info_no_billing_set_s
ZCL Metering block information no billing set sub-payload.
Public Members
-
uint64_t current_summation
An unsigned 48-bit integer that returns the value of the CurrentSummationDelivered attribute at the stated snapshot timestamp
-
uint8_t num_of_tiers_in_use
An 8-bit integer representing the number of tiers in use at the time the snapshot was taken
-
uint64_t *tier_summation
The Publish Snapshot command contains N elements of CurrentTierNSummationDelivered attributes from the TOU Information Set
-
uint8_t num_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
-
uint64_t *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
-
uint64_t current_summation
-
struct ezb_zcl_metering_publish_snapshot_payload_s
ZCL Metering publish snapshot payload.
Public Members
-
uint32_t snapshot_id
Snapshot ID
-
uint32_t snapshot_time
Snapshot Time
-
uint8_t total_snapshots_found
Total Snapshots
-
uint8_t command_index
Command Index
-
uint8_t total_num_of_commands
Total Number of Commands
-
uint32_t snapshot_cause
Snapshot Cause BitMap see ezb_zcl_metering_snapshot_cause_t
-
uint8_t payload_type
Payload Type see ezb_zcl_metering_snapshot_payload_type_t
-
ezb_zcl_metering_snapshot_sub_payload_t sub_payload
Snapshot Sub-Payload
-
uint32_t snapshot_id
-
struct ezb_zcl_metering_get_sampled_data_rsp_s
Payload for the ZCL Metering Get Sampled Data Response command.
Public Members
-
uint16_t sample_id
Sample ID
-
uint32_t start_time
Start Time
-
ezb_zcl_metering_sample_type_t sample_type
Sample Type see ezb_zcl_metering_sample_type_t
-
uint16_t req_interval
Requested Interval
-
uint16_t num_of_samples
Number of Samples
-
uint32_t *samples
An unsigned 24-bit integer, series of sample data captured using the Sample Type specified
-
uint16_t sample_id
-
struct ezb_zcl_metering_get_profile_cmd_s
Structure for the ZCL Metering GetProfile command request.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_metering_get_profile_payload_t payload
Payload of the command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_metering_request_fast_poll_mode_cmd_s
Structure for the ZCL Metering Request Fast Poll Mode command request.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_metering_request_fast_poll_mode_payload_t payload
Payload of the command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_metering_get_snapshot_cmd_s
Structure for the ZCL Metering Get Snapshot command request.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_metering_get_snapshot_payload_t payload
Payload of the command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_metering_get_sampled_data_cmd_s
Structure for the ZCL Metering Get Sampled Data command request.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_metering_get_sampled_payload_t payload
Payload of the command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_metering_get_profile_req_message_s
Message for the ZCL Metering Get Profile request message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_get_profile_payload_t payload
Get Profile command payload.
-
struct ezb_zcl_metering_get_profile_req_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
ezb_zcl_metering_get_profile_rsp_t *payload
Get Profile Response payload.
-
ezb_zcl_cmd_cnf_ctx_t cnf_ctx
Command confirmation context.
-
struct ezb_zcl_metering_get_profile_req_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_get_profile_rsp_message_s
Message for the ZCL Metering Get Profile Response message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_get_profile_rsp_t payload
Get Profile Response payload.
-
struct ezb_zcl_metering_get_profile_rsp_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_metering_get_profile_rsp_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_request_fast_poll_mode_req_message_s
Message for the ZCL Metering Request Fast Poll Mode request message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_request_fast_poll_mode_payload_t payload
Request Fast Poll Mode payload.
-
struct ezb_zcl_metering_request_fast_poll_mode_req_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
ezb_zcl_metering_request_fast_poll_mode_rsp_t payload
Request Fast Poll Mode Response payload.
-
struct ezb_zcl_metering_request_fast_poll_mode_req_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_request_fast_poll_mode_rsp_message_s
Message for the ZCL Metering Request Fast Poll Mode Response message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_request_fast_poll_mode_rsp_t payload
Request Fast Poll Mode Response payload.
-
struct ezb_zcl_metering_request_fast_poll_mode_rsp_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_metering_request_fast_poll_mode_rsp_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_get_snapshot_req_message_s
Message for the ZCL Metering Get Snapshot request message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_get_snapshot_payload_t payload
Get Snapshot payload.
-
struct ezb_zcl_metering_get_snapshot_req_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
ezb_zcl_metering_publish_snapshot_payload_t *payload
Publish Snapshot payload.
-
ezb_zcl_cmd_cnf_ctx_t cnf_ctx
Command confirmation context.
-
struct ezb_zcl_metering_get_snapshot_req_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_publish_snapshot_command_message_s
Message for the ZCL Metering Publish Snapshot message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_publish_snapshot_payload_t payload
Publish Snapshot payload.
-
struct ezb_zcl_metering_publish_snapshot_command_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_metering_publish_snapshot_command_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_get_sampled_data_req_message_s
Message for the ZCL Metering Get Sampled Data request message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_get_sampled_payload_t payload
Get Sampled Data payload.
-
struct ezb_zcl_metering_get_sampled_data_req_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
ezb_zcl_metering_get_sampled_data_rsp_t *payload
Get Sampled Data Response payload.
-
ezb_zcl_cmd_cnf_ctx_t cnf_ctx
Command confirmation context.
-
struct ezb_zcl_metering_get_sampled_data_req_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_metering_get_sampled_data_rsp_message_s
Message for the ZCL Metering Get Sampled Data Response message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_metering_get_sampled_data_rsp_t payload
Get Sampled Data Response payload.
-
struct ezb_zcl_metering_get_sampled_data_rsp_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_metering_get_sampled_data_rsp_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
5.2.6.3.7.1.11. Macros
-
EZB_ZCL_METERING_CAUSE_SELECT_ALL_SNAPSHOTS
Select All Snapshots
5.2.6.3.7.1.12. Type Definitions
-
typedef uint8_t ezb_zcl_metering_sample_type_t
ZCL Metering sample type. .
-
typedef struct ezb_zcl_metering_get_profile_payload_s ezb_zcl_metering_get_profile_payload_t
Payload for the ZCL Metering Get Profile command.
-
typedef struct ezb_zcl_metering_request_fast_poll_mode_payload_s ezb_zcl_metering_request_fast_poll_mode_payload_t
-
typedef struct ezb_zcl_metering_get_snapshot_payload_s ezb_zcl_metering_get_snapshot_payload_t
Payload for the ZCL Metering Get Snapshot command.
-
typedef struct ezb_zcl_metering_get_sampled_payload_s ezb_zcl_metering_get_sampled_payload_t
Payload for the ZCL Metering Get Sampled Data command.
-
typedef struct ezb_zcl_metering_get_profile_rsp_s ezb_zcl_metering_get_profile_rsp_t
Payload for the ZCL Metering Get Profile Response command.
-
typedef struct ezb_zcl_metering_request_fast_poll_mode_rsp_s ezb_zcl_metering_request_fast_poll_mode_rsp_t
Payload for the ZCL Metering Request Fast Poll Mode Response command.
-
typedef struct ezb_zcl_metering_tou_info_set_s ezb_zcl_metering_tou_info_set_t
ZCL Metering snapshot TOU information set sub-payload.
-
typedef ezb_zcl_metering_tou_info_set_t ezb_zcl_metering_tou_delivered_payload_t
ZCL Metering TOU delivered payload. .
-
typedef ezb_zcl_metering_tou_info_set_t ezb_zcl_metering_tou_received_payload_t
ZCL Metering TOU received payload. .
-
typedef struct ezb_zcl_metering_block_info_set_s ezb_zcl_metering_block_info_set_t
Structure for ZCL Metering snapshot block information set sub-payload.
-
typedef ezb_zcl_metering_block_info_set_t ezb_zcl_metering_block_tier_delivered_payload_t
ZCL Metering block tier delivered payload. .
-
typedef ezb_zcl_metering_block_info_set_t ezb_zcl_metering_block_tier_received_payload_t
ZCL Metering block tier received payload. .
-
typedef struct ezb_zcl_metering_tou_info_no_billing_set_s ezb_zcl_metering_tou_info_no_billing_set_t
ZCL Metering TOU information no billing set sub-payload.
-
typedef ezb_zcl_metering_tou_info_no_billing_set_t ezb_zcl_metering_tou_delivered_no_billing_payload_t
ZCL Metering TOU delivered no billing payload. .
-
typedef ezb_zcl_metering_tou_info_no_billing_set_t ezb_zcl_metering_tou_received_no_billing_payload_t
ZCL Metering TOU received no billing payload. .
-
typedef struct ezb_zcl_metering_block_info_no_billing_set_s ezb_zcl_metering_block_info_no_billing_set_t
ZCL Metering block information no billing set sub-payload.
-
typedef ezb_zcl_metering_block_info_no_billing_set_t ezb_zcl_metering_block_tier_delivered_no_billing_payload_t
ZCL Metering block tier delivered no billing payload. .
-
typedef ezb_zcl_metering_block_info_no_billing_set_t ezb_zcl_metering_block_tier_received_no_billing_payload_t
ZCL Metering block tier received no billing payload. .
-
typedef union ezb_zcl_metering_snapshot_sub_payload_s ezb_zcl_metering_snapshot_sub_payload_t
ZCL Metering snapshot sub-payload union.
-
typedef struct ezb_zcl_metering_publish_snapshot_payload_s ezb_zcl_metering_publish_snapshot_payload_t
ZCL Metering publish snapshot payload.
-
typedef struct ezb_zcl_metering_get_sampled_data_rsp_s ezb_zcl_metering_get_sampled_data_rsp_t
Payload for the ZCL Metering Get Sampled Data Response command.
-
typedef struct ezb_zcl_metering_get_profile_cmd_s ezb_zcl_metering_get_profile_cmd_t
Structure for the ZCL Metering GetProfile command request.
-
typedef struct ezb_zcl_metering_request_fast_poll_mode_cmd_s ezb_zcl_metering_request_fast_poll_mode_cmd_t
Structure for the ZCL Metering Request Fast Poll Mode command request.
-
typedef struct ezb_zcl_metering_get_snapshot_cmd_s ezb_zcl_metering_get_snapshot_cmd_t
Structure for the ZCL Metering Get Snapshot command request.
-
typedef struct ezb_zcl_metering_get_sampled_data_cmd_s ezb_zcl_metering_get_sampled_data_cmd_t
Structure for the ZCL Metering Get Sampled Data command request.
-
typedef struct ezb_zcl_metering_get_profile_req_message_s ezb_zcl_metering_get_profile_req_message_t
Message for the ZCL Metering Get Profile request message.
-
typedef struct ezb_zcl_metering_get_profile_rsp_message_s ezb_zcl_metering_get_profile_rsp_message_t
Message for the ZCL Metering Get Profile Response message.
-
typedef struct ezb_zcl_metering_request_fast_poll_mode_req_message_s ezb_zcl_metering_request_fast_poll_mode_req_message_t
Message for the ZCL Metering Request Fast Poll Mode request message.
-
typedef struct ezb_zcl_metering_request_fast_poll_mode_rsp_message_s ezb_zcl_metering_request_fast_poll_mode_rsp_message_t
Message for the ZCL Metering Request Fast Poll Mode Response message.
-
typedef struct ezb_zcl_metering_get_snapshot_req_message_s ezb_zcl_metering_get_snapshot_req_message_t
Message for the ZCL Metering Get Snapshot request message.
-
typedef struct ezb_zcl_metering_publish_snapshot_command_message_s ezb_zcl_metering_publish_snapshot_command_message_t
Message for the ZCL Metering Publish Snapshot message.
-
typedef struct ezb_zcl_metering_get_sampled_data_req_message_s ezb_zcl_metering_get_sampled_data_req_message_t
Message for the ZCL Metering Get Sampled Data request message.
-
typedef struct ezb_zcl_metering_get_sampled_data_rsp_message_s ezb_zcl_metering_get_sampled_data_rsp_message_t
Message for the ZCL Metering Get Sampled Data Response message.
5.2.6.3.7.1.13. Enumerations
-
enum ezb_zcl_metering_status_electricity_t
ZCL Metering cluster public header file.
Enumeration bitmapping for the Status attribute (Electricity).
Values:
-
enumerator EZB_ZCL_METERING_ELECTRICITY_CHECK_METER
CheckMeter bit is set to true when a non fatal problem has been detected on the meter
-
enumerator EZB_ZCL_METERING_ELECTRICITY_LOW_BATTERY
LowBattery bit is set to true when the battery needs maintenance
-
enumerator EZB_ZCL_METERING_ELECTRICITY_TAMPER_DETECT
TamperDetect bit is set to true if a tamper event has been detected
-
enumerator EZB_ZCL_METERING_ELECTRICITY_POWER_FAILURE
PowerFailure bit is set to true during a power outage
-
enumerator EZB_ZCL_METERING_ELECTRICITY_POWER_QUALITY
PowerQuality bit is set to true if a power quality event has been detected such as a low voltage, high voltage
-
enumerator EZB_ZCL_METERING_ELECTRICITY_LEAK_DETECT
LeakDetect bit is set to true when a leak has been detected
-
enumerator EZB_ZCL_METERING_ELECTRICITY_SERVICE_DISCONNECT_OPEN
ServiceDisconnectOpen bit is Set to true when the service has been disconnected to this premises
-
enumerator EZB_ZCL_METERING_ELECTRICITY_RESERVED
Reserved bit
-
enumerator EZB_ZCL_METERING_ELECTRICITY_CHECK_METER
-
enum ezb_zcl_metering_status_gas_t
Enumeration bitmapping for the Status attribute (Gas).
Values:
-
enumerator EZB_ZCL_METERING_GAS_CHECK_METER
CheckMeter bit is Set to true when a non fatal problem has been detected on the meter
-
enumerator EZB_ZCL_METERING_GAS_LOW_BATTERY
LowBattery bit is set to true when the battery needs maintenance
-
enumerator EZB_ZCL_METERING_GAS_TAMPER_DETECT
TamperDetect bit is set to true if a tamper event has been detected
-
enumerator EZB_ZCL_METERING_GAS_RESERVED
Reserved bit
-
enumerator EZB_ZCL_METERING_GAS_LOW_PRESSURE
LowPressure bit is set to true when the pressure at the meter is below the meter's low pressure threshold value
-
enumerator EZB_ZCL_METERING_GAS_LEAK_DETECT
LeakDetect bit is set to true when a leak has been detected
-
enumerator EZB_ZCL_METERING_GAS_SERVICE_DISCONNECT
ServiceDisconnect bit is set to true when the service has been disconnected to this premises
-
enumerator EZB_ZCL_METERING_GAS_REVERSE_FLOW
ReverseFlow bit is set to true if flow detected in the opposite direction to normal (from consumer to supplier)
-
enumerator EZB_ZCL_METERING_GAS_CHECK_METER
-
enum ezb_zcl_metering_status_water_t
Enumeration bitmapping for the Status attribute (Water).
Values:
-
enumerator EZB_ZCL_METERING_WATER_CHECK_METER
CheckMeter bit is Set to true when a non fatal problem has been detected on the meter
-
enumerator EZB_ZCL_METERING_WATER_LOW_BATTERY
LowBattery bit is set to true when the battery needs maintenance
-
enumerator EZB_ZCL_METERING_WATER_TAMPER_DETECT
TamperDetect bit set to true if a tamper event has been detected
-
enumerator EZB_ZCL_METERING_WATER_PIPE_EMPTY
PipeEmpty bit is set to true when the service pipe at the meter is empty and there is no flow in either direction
-
enumerator EZB_ZCL_METERING_WATER_LOW_PRESSURE
LowPressure bit is Set to true when the pressure at the meter is below the meter's low pressure threshold value
-
enumerator EZB_ZCL_METERING_WATER_LEAK_DETECT
LeakDetect bit is set to true when a leak has been detected
-
enumerator EZB_ZCL_METERING_WATER_SERVICE_DISCONNECT
ServiceDisconnect bit is set to true when the service has been disconnected to this premises
-
enumerator EZB_ZCL_METERING_WATER_REVERSE_FLOW
ReverseFlow bit is Set to true if flow detected in the opposite direction to normal (from consumer to supplier)
-
enumerator EZB_ZCL_METERING_WATER_CHECK_METER
-
enum ezb_zcl_metering_status_heat_cooling_t
Enumeration bitmapping for the Status attribute (Heat and Cooling).
Values:
-
enumerator EZB_ZCL_METERING_HCOOL_CHECK_METER
CheckMeter bit is Set to true when a non fatal problem has been detected on the meter
-
enumerator EZB_ZCL_METERING_HCOOL_LOW_BATTERY
LowBattery bit is set to true when the battery needs maintenance
-
enumerator EZB_ZCL_METERING_HCOOL_TAMPER_DETECT
TamperDetect bit is set to true if a tamper event has been detected
-
enumerator EZB_ZCL_METERING_HCOOL_TEMPERATURE_SENSOR
TemperatureSensor bit is Set to true when an error is detected on a temperature sensor at this premises
-
enumerator EZB_ZCL_METERING_HCOOL_BURST_DETECT
BurstDetect bit is set to true when a burst is detected on pipes at this premises
-
enumerator EZB_ZCL_METERING_HCOOL_LEAK_DETECT
LeakDetect bit is set to true when a leak has been detected
-
enumerator EZB_ZCL_METERING_HCOOL_SERVICE_DISCONNECT
ServiceDisconnect bit is Set to true when the service has been disconnected to this premises
-
enumerator EZB_ZCL_METERING_HCOOL_FLOW_SENSOR
FlowSensor bit is set to true when an error is detected on a flow sensor at this premises
-
enumerator EZB_ZCL_METERING_HCOOL_CHECK_METER
-
enum ezb_zcl_metering_extstatus_general_t
Enumeration bitmapping for the ExtendedStatus attribute (General Flags).
Values:
-
enumerator EZB_ZCL_METERING_METER_COVER_REMOVED
MeterCoverRemoved bit is set to true when the device detects the meter cover being removed
-
enumerator EZB_ZCL_METERING_STRONG_MAGNETIC_FIELD_DETECTED
StrongMagneticFieldDetected bit is set to true when the device detects presence of a strong magnetic field
-
enumerator EZB_ZCL_METERING_BATTERY_FAILURE
BatteryFailure bit is set to true when the device detects that its battery has failed
-
enumerator EZB_ZCL_METERING_PROGRAM_MEMORY_ERROR
ProgramMemoryError bit is set to true when the device detects an error within its program (non-volatile) memory
-
enumerator EZB_ZCL_METERING_RAM_ERROR
RAMError bit is set to true when the device detects an instance of a Random Access Memory error within the device memory
-
enumerator EZB_ZCL_METERING_NV_MEMORY_ERROR
NVMemoryError bit is set to true when the device detects an instance of a Non Volatile memory error within the device memory this is a fatal meter error that will require the meter replacement
-
enumerator EZB_ZCL_METERING_MEASUREMENT_SYSTEM_ERROR
MeasurementSystemError bit is set to true when the device detects an error within its measurement system
-
enumerator EZB_ZCL_METERING_WATCHDOG_ERROR
WatchdogError bit is set to true when the device has detected an instance of a watchdog reset event (following a catastrophic fault within the device)
-
enumerator EZB_ZCL_METERING_SUPPLY_DISCONNECT_FAILURE
SupplyDisconnectFailure bit is set to true when the device has detected that the valve has not closed as expected (for gas) or the contactor has not opened as expected (for electricity)
-
enumerator EZB_ZCL_METERING_SUPPLY_CONNECT_FAILURE
SupplyConnectFailure bit is set to true when the device has detected that the valve has not opened as expected (for gas) or the contactor has not closed as expected (for electricity)
-
enumerator EZB_ZCL_METERING_MEASUREMENT_SW_CHANGED
MeasurementSWChanged/Tampered bit is set to true when the device detects that its measurement software has changed
-
enumerator EZB_ZCL_METERING_CLOCK_INVALID
ClockInvalid bit is set to true when the device detects that its internal clock is invalid
-
enumerator EZB_ZCL_METERING_TEMPERATURE_EXCEEDED
TemperatureExceeded bit is set to true when the metering device's temperature exceeds a predefined limit. There are various reasons for temperature rise in metering devices
-
enumerator EZB_ZCL_METERING_MOISTURE_DETECTED
MoistureDetected bit is set to true when a sensor has detected the presence of moisture e.g. moisture in a gas line which can cause a drop in gas pressure, or moisture detected in the sealed component area within a water meter
-
enumerator EZB_ZCL_METERING_METER_COVER_REMOVED
-
enum ezb_zcl_metering_extstatus_electricity_t
Enumeration bitmapping for the ExtendedStatus attribute (Electricity Meter specific Flags).
Values:
-
enumerator EZB_ZCL_METERING_ELECTRICITY_TERMINAL_COVER_REMOVED
TerminalCoverRemoved bit is set to true when the device detects that its terminal cover has been removed
-
enumerator EZB_ZCL_METERING_ELECTRICITY_INCORRECT_POLARITY
IncorrectPolarity bit is set to true when the electricity meter detects incorrect polarity on the electricity supply
-
enumerator EZB_ZCL_METERING_ELECTRICITY_CURRENT_WITH_NO_VOLTAGE
CurrentWithNoVoltage bit is set to true when the meter has been tampered with, to disconnect the measurement function from the supply. Electricity is still flowing but not being recorded
-
enumerator EZB_ZCL_METERING_ELECTRICITY_LIMIT_THRESHOLD_EXCEEDED
LimitThresholdExceeded bit is set to true when the electricity meter detects that the load has exceeded the load limit threshold
-
enumerator EZB_ZCL_METERING_ELECTRICITY_UNDER_VOLTAGE
UnderVoltage bit is set to true when the electricity meter indicates that the voltage measurement over the voltage measurement period is lower than the voltage threshold
-
enumerator EZB_ZCL_METERING_ELECTRICITY_OVER_VOLTAGE
OverVoltage bit is set to true when the electricity meter indicates that the voltage measurement over the voltage measurement period is higher than the voltage threshold
-
enumerator EZB_ZCL_METERING_ELECTRICITY_TERMINAL_COVER_REMOVED
-
enum ezb_zcl_metering_extstatus_gas_t
Enumeration bitmapping for the ExtendedStatus attribute (Gas Meter specific Flags).
Values:
-
enumerator EZB_ZCL_METERING_GAS_BATTERY_COVER_REMOVED
BatteryCoverRemoved bit is set to true when the gas meter detects that its battery cover has been removed
-
enumerator EZB_ZCL_METERING_GAS_TILT_TAMPER
TiltTamper bit is set to true when the meter detects a change in its physical properties (i.e. that it is being tilted, the tilt sensor has been activated or otherwise tampered with) ExcessFlow bit is set to true when the gas meter detects excess flow (e.g. when local supply restoration is attempted)
-
enumerator EZB_ZCL_METERING_GAS_EXCESS_FLOW
-
enumerator EZB_ZCL_METERING_GAS_BATTERY_COVER_REMOVED
-
enum ezb_zcl_metering_low_medium_high_status_t
Values for LowMediumHighStatus attribute.
Values:
-
enumerator EZB_ZCL_METERING_STATUS_LOW
Low energy usage
-
enumerator EZB_ZCL_METERING_STATUS_MEDIUM
Medium energy usage
-
enumerator EZB_ZCL_METERING_STATUS_HIGH
High energy usage
-
enumerator EZB_ZCL_METERING_STATUS_LOW
-
enum ezb_zcl_metering_unit_of_measure_t
Values for UnitOfMeasure attribute.
Values:
-
enumerator EZB_ZCL_METERING_UNIT_KW_KWH_BINARY
kW, kWh binary value
-
enumerator EZB_ZCL_METERING_UNIT_M3_M3H_BINARY
m3, m3/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_FT3_FT3H_BINARY
ft3, ft3/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_CCF_CCFH_BINARY
ccf, ccf/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_USGL_USGLH_BINARY
US gl, US gl/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_IMPGL_IMPGLH_BINARY
IMP gl, IMP gl/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_BTU_BTUH_BINARY
BTU, BTU/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_L_LH_BINARY
l, l/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_KPAG_BINARY
kPA (gauge) binary value
-
enumerator EZB_ZCL_METERING_UNIT_KPAA_BINARY
kPA (absolute) binary value
-
enumerator EZB_ZCL_METERING_UNIT_MCF_MCFH_BINARY
mcf, mcf/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_UNITLESS_BINARY
Unitless binary value
-
enumerator EZB_ZCL_METERING_UNIT_MJ_MJS_BINARY
MJ, MJ/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_KVAR_KVARH_BINARY
kVar, kVar/h binary value
-
enumerator EZB_ZCL_METERING_UNIT_KW_KWH_BCD
kW, kWh BCD value
-
enumerator EZB_ZCL_METERING_UNIT_M3_M3H_BCD
m3, m3/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_FT3_FT3H_BCD
ft3, ft3/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_CCF_CCFH_BCD
ccf, ccf/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_USGL_USGLH_BCD
US gl, US gl/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_IMPGL_IMPGLH_BCD
IMP gl, IMP gl/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_BTU_BTUH_BCD
BTU, BTU/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_L_LH_BCD
l, l/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_KPAG_BCD
kPA (gauge) BCD value
-
enumerator EZB_ZCL_METERING_UNIT_KPAA_BCD
kPA (absolute) BCD value
-
enumerator EZB_ZCL_METERING_UNIT_MCF_MCFH_BCD
mcf, mcf/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_UNITLESS_BCD
Unitless BCD value
-
enumerator EZB_ZCL_METERING_UNIT_MJ_MJS_BCD
MJ, MJ/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_KVAR_KVARH_BCD
kVar, kVar/h BCD value
-
enumerator EZB_ZCL_METERING_UNIT_BCD_RESERVED
0x8E to 0xFF reserved
-
enumerator EZB_ZCL_METERING_UNIT_KW_KWH_BINARY
-
enum ezb_zcl_metering_device_type_t
Values for MeteringDeviceType attribute.
Values:
-
enumerator EZB_ZCL_METERING_ELECTRIC_METERING
Electric metering device
-
enumerator EZB_ZCL_METERING_GAS_METERING
Gas metering device
-
enumerator EZB_ZCL_METERING_WATER_METERING
Water metering device
-
enumerator EZB_ZCL_METERING_PRESSURE_METERING
Pressure metering device
-
enumerator EZB_ZCL_METERING_HEAT_METERING
Heat metering device
-
enumerator EZB_ZCL_METERING_COOLING_METERING
Cooling metering device
-
enumerator EZB_ZCL_METERING_EUMD
End Use Measurement Device (EUMD) for metering electric vehicle charging
-
enumerator EZB_ZCL_METERING_PV_GENERATION_METERING
PV Generation Metering device
-
enumerator EZB_ZCL_METERING_WIND_TURBINE_GENERATION_METERING
Wind Turbine Generation Metering device
-
enumerator EZB_ZCL_METERING_WATER_TURBINE_GENERATION_METERING
Water Turbine Generation Metering device
-
enumerator EZB_ZCL_METERING_MICRO_GENERATION_METERING
Micro Generation Metering device
-
enumerator EZB_ZCL_METERING_SOLAR_HOT_WATER_GENERATION_METERING
Solar Hot Water Generation Metering device
-
enumerator EZB_ZCL_METERING_ELECTRIC_METERING_ELEMENT_PHASE1
Electric Metering Element/Phase 1
-
enumerator EZB_ZCL_METERING_ELECTRIC_METERING_ELEMENT_PHASE2
Electric Metering Element/Phase 2
-
enumerator EZB_ZCL_METERING_ELECTRIC_METERING_ELEMENT_PHASE3
Electric Metering Element/Phase 3
-
enumerator EZB_ZCL_METERING_MIRRORED_ELECTRIC_METERING
Mirrored Electric Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_GAS_METERING
Mirrored Gas Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_WATER_METERING
Mirrored Water Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_PRESSURE_METERING
Mirrored Pressure Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_HEAT_METERING
Mirrored Heat Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_COOLING_METERING
Mirrored Cooling Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_EUMD
Mirrored End Use Measurement Device (EUMD) for metering electric vehicle charging
-
enumerator EZB_ZCL_METERING_MIRRORED_PV_GENERATION_METERING
Mirrored PV Generation Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_WIND_TURBINE_GENERATION_METERING
Mirrored Wind Turbine Generation Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_WATER_TURBINE_GENERATION_METERING
Mirrored Water Turbine Generation Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_MICRO_GENERATION_METERING
Mirrored Micro Generation Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_SOLAR_HOT_WATER_GENERATION_METERING
Mirrored Solar Hot Water Generation Metering device
-
enumerator EZB_ZCL_METERING_MIRRORED_ELECTRIC_METERING_ELEMENT_PHASE1
Mirrored Electric Metering Element/Phase 1
-
enumerator EZB_ZCL_METERING_MIRRORED_ELECTRIC_METERING_ELEMENT_PHASE2
Mirrored Electric Metering Element/Phase 2
-
enumerator EZB_ZCL_METERING_MIRRORED_ELECTRIC_METERING_ELEMENT_PHASE3
Mirrored Electric Metering Element/Phase 3
-
enumerator EZB_ZCL_METERING_RESERVED
-
enumerator EZB_ZCL_METERING_ELECTRIC_METERING
-
enum ezb_zcl_metering_temperature_unit_of_measure_t
Values for TemperatureUnitOfMeasure attribute.
Values:
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_KELVIN_BINARY
K (Degrees Kelvin) in pure Binary format
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_CELSIUS_BINARY
C (Degrees Celsius) in pure Binary format
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_FAHRENHEIT_BINARY
F (Degrees Fahrenheit) in pure Binary format
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_KELVIN_BCD
K (Degrees Kelvin) in BCD format
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_CELSIUS_BCD
C (Degrees Celsius) in BCD format
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_FAHRENHEIT_BCD
F (Degrees Fahrenheit) in BCD format
-
enumerator EZB_ZCL_METERING_TEMPERATURE_UNIT_KELVIN_BINARY
-
enum ezb_zcl_metering_generic_alarm_group_t
Generic alarm group: maps MeterStatus attribute to corresponding alarm.
Values:
-
enumerator EZB_ZCL_METERING_ALARM_CHECK_METER
Check meter
-
enumerator EZB_ZCL_METERING_ALARM_LOW_BATTERY
Low battery
-
enumerator EZB_ZCL_METERING_ALARM_TAMPER_DETECT
Tamper detect
-
enumerator EZB_ZCL_METERING_ALARM_ELECTRICITY_POWER_FAILURE
Electricity: Power Failure
-
enumerator EZB_ZCL_METERING_ALARM_WATER_PIPE_EMPTY
Water: Pipe Empty
-
enumerator EZB_ZCL_METERING_ALARM_HEAT_TEMPERATURE_SENSOR
Heat: Temperature Sensor
-
enumerator EZB_ZCL_METERING_ALARM_COOLING_TEMPERATURE_SENSOR
Cooling Temperature Sensor
-
enumerator EZB_ZCL_METERING_ALARM_ELECTRICITY_POWER_QUALITY
Electricity: Power Quality
-
enumerator EZB_ZCL_METERING_ALARM_GAS_LOW_PRESSURE
Gas: Low Pressure
-
enumerator EZB_ZCL_METERING_ALARM_WATER_LOW_PRESSURE
Water: Low Pressure
-
enumerator EZB_ZCL_METERING_ALARM_HEAT_BURST_DETECT
Heat: Burst Detect
-
enumerator EZB_ZCL_METERING_ALARM_COOLING_BURST_DETECT
Cooling: Burst Detect
-
enumerator EZB_ZCL_METERING_ALARM_LEAK_DETECT
Leak detect
-
enumerator EZB_ZCL_METERING_ALARM_SERVICE_DISCONNECT
Service Disconnect
-
enumerator EZB_ZCL_METERING_ALARM_ELECTRICITY_RESERVED
Electricity: Reserved
-
enumerator EZB_ZCL_METERING_ALARM_GAS_REVERSE_FLOW
Gas: Reverse Flow
-
enumerator EZB_ZCL_METERING_ALARM_WATER_REVERSE_FLOW
Water: Reverse Flow
-
enumerator EZB_ZCL_METERING_ALARM_HEAT_FLOW_SENSOR
Heat: Flow Sensor
-
enumerator EZB_ZCL_METERING_ALARM_COOLING_FLOW_SENSOR
Cooling: Flow Sensor
-
enumerator EZB_ZCL_METERING_ALARM_METER_COVER_REMOVED
Meter Cover Removed
-
enumerator EZB_ZCL_METERING_ALARM_METER_COVER_CLOSED
Meter Cover Closed
-
enumerator EZB_ZCL_METERING_ALARM_STRONG_MAGNETIC_FIELD
Strong Magnetic Field
-
enumerator EZB_ZCL_METERING_ALARM_NO_STRONG_MAGNETIC_FIELD
No Strong Magnetic Field
-
enumerator EZB_ZCL_METERING_ALARM_BATTERY_FAILURE
Battery Failure
-
enumerator EZB_ZCL_METERING_ALARM_PROGRAM_MEMORY_ERROR
Program Memory Error
-
enumerator EZB_ZCL_METERING_ALARM_RAM_ERROR
Ram Error
-
enumerator EZB_ZCL_METERING_ALARM_NV_MEMORY_ERROR
NV Memory Error
-
enumerator EZB_ZCL_METERING_ALARM_CHECK_METER
-
enum ezb_zcl_metering_electricity_alarm_group_t
Electricity alarm group: alarms specific for electricity meters.
Values:
-
enumerator EZB_ZCL_METERING_ALARM_LOW_VOLTAGE_L1
Low Voltage L1
-
enumerator EZB_ZCL_METERING_ALARM_HIGH_VOLTAGE_L1
High Voltage L1
-
enumerator EZB_ZCL_METERING_ALARM_LOW_VOLTAGE_L2
Low Voltage L2
-
enumerator EZB_ZCL_METERING_ALARM_HIGH_VOLTAGE_L2
High Voltage L2
-
enumerator EZB_ZCL_METERING_ALARM_LOW_VOLTAGE_L3
Low Voltage L3
-
enumerator EZB_ZCL_METERING_ALARM_HIGH_VOLTAGE_L3
High Voltage L3
-
enumerator EZB_ZCL_METERING_ALARM_OVER_CURRENT_L1
Over Current L1
-
enumerator EZB_ZCL_METERING_ALARM_OVER_CURRENT_L2
Over Current L2
-
enumerator EZB_ZCL_METERING_ALARM_OVER_CURRENT_L3
Over Current L3
-
enumerator EZB_ZCL_METERING_ALARM_FREQUENCY_TOO_LOW_L1
Frequency too Low L1
-
enumerator EZB_ZCL_METERING_ALARM_FREQUENCY_TOO_HIGH_L1
Frequency too High L1
-
enumerator EZB_ZCL_METERING_ALARM_FREQUENCY_TOO_LOW_L2
Frequency too Low L2
-
enumerator EZB_ZCL_METERING_ALARM_FREQUENCY_TOO_HIGH_L2
Frequency too High L2
-
enumerator EZB_ZCL_METERING_ALARM_FREQUENCY_TOO_LOW_L3
Frequency too Low L3
-
enumerator EZB_ZCL_METERING_ALARM_FREQUENCY_TOO_HIGH_L3
Frequency too High L3
-
enumerator EZB_ZCL_METERING_ALARM_GROUND_FAULT
Ground Fault
-
enumerator EZB_ZCL_METERING_ALARM_ELECTRIC_TAMPER_DETECT
Electric Tamper Detect
-
enumerator EZB_ZCL_METERING_ALARM_INCORRECT_POLARITY
Incorrect Polarity
-
enumerator EZB_ZCL_METERING_ALARM_CURRENT_NO_VOLTAGE
Current No Voltage
-
enumerator EZB_ZCL_METERING_ALARM_UNDER_VOLTAGE
Under Voltage
-
enumerator EZB_ZCL_METERING_ALARM_OVER_VOLTAGE
Over Voltage
-
enumerator EZB_ZCL_METERING_ALARM_NORMAL_VOLTAGE
Normal Voltage
-
enumerator EZB_ZCL_METERING_ALARM_PF_BELOW_THRESHOLD
PF Below Threshold
-
enumerator EZB_ZCL_METERING_ALARM_PF_ABOVE_THRESHOLD
PF Above Threshold
-
enumerator EZB_ZCL_METERING_ALARM_TERMINAL_COVER_REMOVED
Terminal Cover Removed
-
enumerator EZB_ZCL_METERING_ALARM_TERMINAL_COVER_CLOSED
Terminal Cover Closed
-
enumerator EZB_ZCL_METERING_ALARM_LOW_VOLTAGE_L1
-
enum ezb_zcl_metering_generic_flow_pressure_alarm_group_t
Generic flow/pressure alarm group: Water, Heat, Cooling, or Gas meters.
Values:
-
enumerator EZB_ZCL_METERING_ALARM_BURST_DETECT
Burst detect
-
enumerator EZB_ZCL_METERING_ALARM_PRESSURE_TOO_LOW
Pressure too low
-
enumerator EZB_ZCL_METERING_ALARM_PRESSURE_TOO_HIGH
Pressure too high
-
enumerator EZB_ZCL_METERING_ALARM_FLOW_SENSOR_COMMUNICATION_ERROR
Flow sensor communication error
-
enumerator EZB_ZCL_METERING_ALARM_FLOW_SENSOR_MEASUREMENT_FAULT
Flow sensor measurement fault
-
enumerator EZB_ZCL_METERING_ALARM_FLOW_SENSOR_REVERSE_FLOW
Flow sensor reverse flow
-
enumerator EZB_ZCL_METERING_ALARM_FLOW_SENSOR_AIR_DETECT
Flow sensor air detect
-
enumerator EZB_ZCL_METERING_ALARM_PIPE_EMPTY
Pipe empty
-
enumerator EZB_ZCL_METERING_ALARM_BURST_DETECT
-
enum ezb_zcl_metering_heat_and_cooling_specific_alarm_group_t
Heat and cooling specific alarm group.
Values:
-
enumerator EZB_ZCL_METERING_ALARM_INLET_TEMPERATURE_SENSOR_FAULT
Inlet Temperature Sensor Fault
-
enumerator EZB_ZCL_METERING_ALARM_OUTLET_TEMPERATURE_SENSOR_FAULT
Outlet Temperature Sensor Fault
-
enumerator EZB_ZCL_METERING_ALARM_INLET_TEMPERATURE_SENSOR_FAULT
-
enum ezb_zcl_metering_gas_specific_alarm_group_t
The Gas Specific Alarm Group defines alarms specific for Gas meters.
Values:
-
enumerator EZB_ZCL_METERING_ALARM_TILT_TAMPER
Tilt Tamper
-
enumerator EZB_ZCL_METERING_ALARM_BATTERY_COVER_REMOVED
Battery Cover Removed
-
enumerator EZB_ZCL_METERING_ALARM_BATTERY_COVER_CLOSED
Battery Cover Closed
-
enumerator EZB_ZCL_METERING_ALARM_EXCESS_FLOW
Excess Flow
-
enumerator EZB_ZCL_METERING_ALARM_TILT_TAMPER_ENDED
Tilt Tamper Ended
-
enumerator EZB_ZCL_METERING_ALARM_TILT_TAMPER
-
enum ezb_zcl_metering_extended_generic_alarm_group_t
ZCL Metering extended generic alarm group.
Values:
-
enumerator EZB_ZCM_METERING_ALARM_MEASUREMENT_SYSTEM_ERROR
Measurement System Error
-
enumerator EZB_ZCM_METERING_ALARM_WATCHDOG_ERROR
Watchdog Error
-
enumerator EZB_ZCM_METERING_ALARM_SUPPLY_DISCONNECT_FAILURE
Supply Disconnect Failure
-
enumerator EZB_ZCM_METERING_ALARM_SUPPLY_CONNECT_FAILURE
Supply Connect Failure
-
enumerator EZB_ZCM_METERING_ALARM_MEASUREMENT_SOFTWARE_CHANGED
Measurement Software Changed
-
enumerator EZB_ZCM_METERING_ALARM_DST_ENABLED
DST enabled
-
enumerator EZB_ZCM_METERING_ALARM_DST_DISABLED
DST disabled
-
enumerator EZB_ZCM_METERING_ALARM_CLOCK_ADJ_BACKWARD
Clock Adj Backward (the internal clock has applied a negative adjustment)
-
enumerator EZB_ZCM_METERING_ALARM_CLOCK_ADJ_FORWARD
Clock Adj Forward (the internal clock has applied a positive adjustment)
-
enumerator EZB_ZCM_METERING_ALARM_CLOCK_INVALID
Clock Invalid
-
enumerator EZB_ZCM_METERING_ALARM_COMMUNICATION_ERROR_HAN
Communication Error HAN
-
enumerator EZB_ZCM_METERING_ALARM_COMMUNICATION_OK_HAN
Communication OK HAN
-
enumerator EZB_ZCM_METERING_ALARM_METER_FRAUD_ATTEMPT
Meter Fraud Attempt
-
enumerator EZB_ZCM_METERING_ALARM_POWER_LOSS
Power Loss
-
enumerator EZB_ZCM_METERING_ALARM_UNUSUAL_HAN_TRAFFIC
Unusual HAN Traffic
-
enumerator EZB_ZCM_METERING_ALARM_UNEXPECTED_CLOCK_CHANGE
Unexpected Clock Change
-
enumerator EZB_ZCM_METERING_ALARM_COMMS_USING_UNAUTHENTICATED_COMPONENT
Comms Using Unauthenticated Component
-
enumerator EZB_ZCM_METERING_ALARM_ERROR_REG_CLEAR
Error Reg Clear
-
enumerator EZB_ZCM_METERING_ALARM_ALARM_REG_CLEAR
Alarm Reg Clear
-
enumerator EZB_ZCM_METERING_ALARM_UNEXPECTED_HW_RESET
Unexpected HW Reset
-
enumerator EZB_ZCM_METERING_ALARM_UNEXPECTED_PROGRAM_EXECUTION
Unexpected Program Execution
-
enumerator EZB_ZCM_METERING_ALARM_EVENTLOG_CLEARED
EventLog Cleared
-
enumerator EZB_ZCM_METERING_ALARM_LIMIT_THRESHOLD_EXCEEDED
Limit Threshold Exceeded
-
enumerator EZB_ZCM_METERING_ALARM_LIMIT_THRESHOLD_OK
Limit Threshold OK
-
enumerator EZB_ZCM_METERING_ALARM_LIMIT_THRESHOLD_CHANGED
Limit Threshold Changed
-
enumerator EZB_ZCM_METERING_ALARM_MAXIMUM_DEMAND_EXCEEDED
Maximum Demand Exceeded
-
enumerator EZB_ZCM_METERING_ALARM_PROFILE_CLEARED
Profile Cleared
-
enumerator EZB_ZCM_METERING_ALARM_SAMPLING_BUFFER_CLEARED
Sampling Buffer cleared
-
enumerator EZB_ZCM_METERING_ALARM_BATTERY_WARNING
Battery Warning
-
enumerator EZB_ZCM_METERING_ALARM_WRONG_SIGNATURE
Wrong Signature
-
enumerator EZB_ZCM_METERING_ALARM_NO_SIGNATURE
No Signature
-
enumerator EZB_ZCM_METERING_ALARM_UNAUTHORISED_ACTION_FROM_HAN
Unauthorised Action from HAN
-
enumerator EZB_ZCM_METERING_ALARM_FAST_POLLING_START
Fast Polling Start
-
enumerator EZB_ZCM_METERING_ALARM_FAST_POLLING_END
Fast Polling End
-
enumerator EZB_ZCM_METERING_ALARM_METER_REPORTING_INTERVAL_CHANGED
Meter Reporting Interval Changed
-
enumerator EZB_ZCM_METERING_ALARM_DISCONNECT_DUE_TO_LOAD_LIMIT
Disconnect Due to Load Limit
-
enumerator EZB_ZCM_METERING_ALARM_METER_SUPPLY_STATUS_REGISTER_CHANGED
Meter Supply Status Register Changed
-
enumerator EZB_ZCM_METERING_ALARM_METER_ALARM_STATUS_REGISTER_CHANGED
Meter Alarm Status Register Changed
-
enumerator EZB_ZCM_METERING_ALARM_EXTENDED_METER_ALARM_STATUS_REGISTER_CHANGED
Extended Meter Alarm Status Register Changed
-
enumerator EZB_ZCM_METERING_ALARM_MEASUREMENT_SYSTEM_ERROR
-
enum ezb_zcl_metering_manufacturer_specific_alarm_group_t
The Manufacturer Specific Alarm Group defines alarms specific for any meters. These are used for meter specific functionality that is not covered by the current smart energy specification.
Values:
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_A
Manufacturer Specific A
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_B
Manufacturer Specific B
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_C
Manufacturer Specific C
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_D
Manufacturer Specific D
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_E
Manufacturer Specific E
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_F
Manufacturer Specific F
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_G
Manufacturer Specific G
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_H
Manufacturer Specific H
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_I
Manufacturer Specific I
-
enumerator EZB_ZCL_METERING_ALARM_MANUFACTURER_SPECIFIC_A
-
enum ezb_zcl_metering_service_disconnect_reasons_t
ZCL Metering Service disconnect reasons.
Values:
-
enumerator EZB_ZCL_METERING_REASON_ON
ON (Service NOT disconnected)
-
enumerator EZB_ZCL_METERING_REASON_OFF_DUE_TO_OVER_POWER
OFF due to over power
-
enumerator EZB_ZCL_METERING_REASON_OFF_DUE_TO_OVER_VOLTAGE
OFF due to over voltage
-
enumerator EZB_ZCL_METERING_REASON_OFF_DUE_TO_REMOTE_DNO_LOAD_CONTROL
OFF due to Remote DNO Load Control
-
enumerator EZB_ZCL_METERING_REASON_OFF_BY_OTHER_REMOTE_COMMAND
OFF by other remote command
-
enumerator EZB_ZCL_METERING_REASON_OFF_DUE_TO_OVERHEATING_SHORT_CIRCUIT
OFF due to overheating, I > In (Maximum Current) - short circuit
-
enumerator EZB_ZCL_METERING_REASON_OFF_DUE_TO_OVERHEATING_OTHER
OFF due to overheating, I < In (Maximum Current) - other
-
enumerator EZB_ZCL_METERING_REASON_ON
-
enum ezb_zcl_metering_interval_channel_t
ZCL Metering interval channel values. .
Values:
-
enumerator EZB_ZCL_METERING_CONSUMPTION_DELIVERED
Consumption Delivered
-
enumerator EZB_ZCL_METERING_CONSUMPTION_RECEIVED
Consumption Received
-
enumerator EZB_ZCL_METERING_REACTIVE_CONSUMPTION_DELIVERED
Reactive Consumption Delivered
-
enumerator EZB_ZCL_METERING_REACTIVE_CONSUMPTION_RECEIVED
Reactive Consumption Received
-
enumerator EZB_ZCL_METERING_CONSUMPTION_DELIVERED
-
enum ezb_zcl_metering_status_field_t
ZCL Metering status field values. .
Values:
-
enumerator EZB_ZCL_METERING_SUCCESS
Success
-
enumerator EZB_ZCL_METERING_UNDEFINED_INTERVAL_CHANNEL_REQUESTED
Undefined Interval Channel requested
-
enumerator EZB_ZCL_METERING_INTERVAL_CHANNEL_NOT_SUPPORTED
Interval Channel not supported
-
enumerator EZB_ZCL_METERING_INVALID_END_TIME
Invalid End Time
-
enumerator EZB_ZCL_METERING_MORE_PERIODS_REQUESTED_THAN_CAN_BE_RETURNED
More periods requested than can be returned
-
enumerator EZB_ZCL_METERING_NO_INTERVALS_AVAILABLE_FOR_THE_REQUESTED_TIME
No intervals available for the requested time
-
enumerator EZB_ZCL_METERING_SUCCESS
-
enum ezb_zcl_metering_profile_interval_period_t
ZCL Metering profile interval period values.
Values:
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_DAILY
Daily
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_60_MINUTES
60 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_30_MINUTES
30 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_15_MINUTES
15 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_10_MINUTES
10 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_7_5_MINUTES
7.5 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_5_MINUTES
5 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_2_5_MINUTES
2.5 minutes
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_1_MINUTE
1 minute
-
enumerator EZB_ZCL_METERING_INTERVAL_PERIOD_DAILY
-
enum ezb_zcl_metering_sample_type_e
ZCL Metering sample type enumerations. .
Values:
-
enumerator EZB_ZCL_METERING_SAMPLE_TYPE_CONSUMPTION_DELIVERED
Consumption Delivered
-
enumerator EZB_ZCL_METERING_SAMPLE_TYPE_CONSUMPTION_RECEIVED
Consumption Received
-
enumerator EZB_ZCL_METERING_SAMPLE_TYPE_REACTIVE_CONSUMPTION_DELIVERED
Reactive Consumption Delivered
-
enumerator EZB_ZCL_METERING_SAMPLE_TYPE_REACTIVE_CONSUMPTION_RECEIVED
Reactive Consumption Received
-
enumerator EZB_ZCL_METERING_SAMPLE_TYPE_INSTANTANEOUS_DEMAND
InstantaneousDemand
-
enumerator EZB_ZCL_METERING_SAMPLE_TYPE_CONSUMPTION_DELIVERED
-
enum ezb_zcl_metering_snapshot_cause_t
ZCL Metering snapshot cause bitmap. .
Values:
-
enumerator EZB_ZCL_METERING_CAUSE_GENERAL
General
-
enumerator EZB_ZCL_METERING_CAUSE_END_OF_BILLING_PERIOD
End of Billing Period
-
enumerator EZB_ZCL_METERING_CAUSE_END_OF_BLOCK_PERIOD
End of Block Period
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_TARIFF_INFORMATION
Change of Tariff Information
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_PRICE_MATRIX
Change of Price Matrix
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_BLOCK_THRESHOLDS
Change of Block Thresholds
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_CV
Change of CV
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_CF
Change of CF
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_CALENDAR
Change of Calendar
-
enumerator EZB_ZCL_METERING_CAUSE_CRITICAL_PEAK_PRICING
Critical Peak Pricing
-
enumerator EZB_ZCL_METERING_CAUSE_MANUALLY_TRIGGERED_FROM_CLIENT
Manually Triggered from Client
-
enumerator EZB_ZCL_METERING_CAUSE_END_OF_RESOLVE_PERIOD
End of Resolve Period
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_TENANCY
Change of Tenancy
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_SUPPLIER
Change of Supplier
-
enumerator EZB_ZCL_METERING_CAUSE_CHANGE_OF_METER_MODE
Change of (Meter) Mode
-
enumerator EZB_ZCL_METERING_CAUSE_DEBT_PAYMENT
Debt Payment
-
enumerator EZB_ZCL_METERING_CAUSE_SCHEDULED_SNAPSHOT
Scheduled Snapshot
-
enumerator EZB_ZCL_METERING_CAUSE_OTA_FIRMWARE_DOWNLOAD
OTA Firmware Download
-
enumerator EZB_ZCL_METERING_CAUSE_GENERAL
-
enum ezb_zcl_metering_snapshot_payload_type_t
ZCL Metering snapshot payload type. .
Values:
-
enumerator EZB_ZCL_METERING_TOU_DELIVERED_REGISTERS
TOU Information Set DeliveredRegisters
-
enumerator EZB_ZCL_METERING_TOU_RECEIVED_REGISTERS
TOU Information Set Received Registers
-
enumerator EZB_ZCL_METERING_BLOCK_TIER_DELIVERED
Block Tier Information Set Delivered
-
enumerator EZB_ZCL_METERING_BLOCK_TIER_RECEIVED
Block Tier Information Set Received
-
enumerator EZB_ZCL_METERING_TOU_DELIVERED_NO_BILLING
TOU Information Set Delivered (No Billing)
-
enumerator EZB_ZCL_METERING_TOU_RECEIVED_NO_BILLING
TOU Information Set Received (No Billing)
-
enumerator EZB_ZCL_METERING_BLOCK_TIER_DELIVERED_NO_BILLING
Block Tier Information Set Delivered (No Billing)
-
enumerator EZB_ZCL_METERING_BLOCK_TIER_RECEIVED_NO_BILLING
Block Tier Information Set Received (No Billing)
-
enumerator EZB_ZCL_METERING_DATA_UNAVAILABLE
Data Unavailable
-
enumerator EZB_ZCL_METERING_TOU_DELIVERED_REGISTERS
5.2.6.3.7.2. Meter Identification
5.2.6.3.7.2.1. Header File
5.2.6.3.7.2.2. Functions
-
ezb_err_t ezb_zcl_meter_identification_cluster_desc_add_attr(ezb_zcl_cluster_desc_t cluster_desc, uint16_t attr_id, const void *value)
Add an attribute to an meter_identification cluster descriptor.
- Parameters:
cluster_desc -- [in] The meter_identification cluster descriptor.
attr_id -- [in] The identifier of the attribute to be added to
cluster_desc.value -- [in] The pointer to the initial value of the attribute.
- Returns:
Error code.
-
ezb_zcl_cluster_desc_t ezb_zcl_meter_identification_create_cluster_desc(const void *cluster_cfg, uint8_t role_mask)
Create an meter_identification cluster descriptor.
- Parameters:
cluster_cfg -- [in] The pointer to the meter_identification cluster configuration structure. Use ezb_zcl_meter_identification_cluster_server_config_t for EZB_ZCL_CLUSTER_SERVER, use ezb_zcl_meter_identification_cluster_client_config_t for EZB_ZCL_CLUSTER_CLIENT, or use NULL for default configuration of the stack based on the
role_mask.role_mask -- [in] The role of the cluster to create.
- Returns:
Created cluster descriptor.
-
void ezb_zcl_meter_identification_cluster_client_init(uint8_t ep_id)
Initialize the MeterIdentification cluster client role for a given endpoint.
- Parameters:
ep_id -- [in] The identifier of the endpoint hosting the cluster that needs initialization.
-
void ezb_zcl_meter_identification_cluster_server_init(uint8_t ep_id)
Initialize the MeterIdentification cluster server role for a given endpoint.
- Parameters:
ep_id -- [in] The identifier of the endpoint hosting the cluster that needs de-initialization.
5.2.6.3.7.2.3. Structures
-
struct ezb_zcl_meter_identification_cluster_server_config_s
Configuration mandatory attributes for the MeterIdentification server cluster.
Public Members
-
char *company_name
Configurable mandatory CompanyName attribute
-
uint16_t meter_type_id
Configurable mandatory MeterTypeID attribute
-
uint16_t data_quality_id
Configurable mandatory DataQualityID attribute
-
char *pod
Configurable mandatory POD attribute
-
int32_t available_power
Configurable mandatory AvailablePower attribute
-
int32_t power_threshold
Configurable mandatory PowerThreshold attribute
-
char *company_name
5.2.6.3.7.2.4. Macros
-
EZB_ZCL_METER_IDENTIFICATION_CLUSTER_REVISION
Cluster Revision of the meter_identification cluster implementation.
-
EZB_ZCL_CLUSTER_ID_METER_IDENTIFICATION_CLIENT_ROLE_INIT
-
EZB_ZCL_CLUSTER_ID_METER_IDENTIFICATION_SERVER_ROLE_INIT
5.2.6.3.7.2.5. Type Definitions
-
typedef struct ezb_zcl_meter_identification_cluster_server_config_s ezb_zcl_meter_identification_cluster_server_config_t
Configuration mandatory attributes for the MeterIdentification server cluster.
-
typedef ezb_zcl_meter_identification_cluster_server_config_t ezb_zcl_meter_identification_cluster_config_t
5.2.6.3.7.2.6. Enumerations
-
enum ezb_zcl_meter_identification_server_attr_t
Attribute identifiers for the meter_identification server cluster.
Values:
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_COMPANY_NAME_ID
CompanyName attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_METER_TYPE_ID_ID
MeterTypeID attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_DATA_QUALITY_ID_ID
DataQualityID attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_CUSTOMER_NAME_ID
CustomerName attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_MODEL_ID
Model attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_PART_NUMBER_ID
PartNumber attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_PRODUCT_REVISION_ID
ProductRevision attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_SOFTWARE_REVISION_ID
SoftwareRevision attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_UTILITY_NAME_ID
UtilityName attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_POD_ID
POD attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_AVAILABLE_POWER_ID
AvailablePower attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_POWER_THRESHOLD_ID
PowerThreshold attribute.
-
enumerator EZB_ZCL_ATTR_METER_IDENTIFICATION_COMPANY_NAME_ID
5.2.6.3.7.2.7. Header File
5.2.6.3.7.2.8. Macros
-
EZB_ZCL_ATTR_METER_IDENTIFICATION_COMPANY_NAME_MAX_LENGTH
Max length of Company Name attribute.
-
EZB_ZCL_ATTR_METER_IDENTIFICATION_POD_MAX_LENGTH
Max length of POD (Point of Delivery) attribute.
5.2.6.3.7.2.9. Enumerations
-
enum ezb_zcl_meter_identification_meter_type_t
Meter type (MeterTypeID attribute values).
Values:
-
enumerator EZB_ZCL_METER_TYPE_UTILITY_PRIMARY
Utility primary meter.
-
enumerator EZB_ZCL_METER_TYPE_UTILITY_PRODUCTION
Utility production meter.
-
enumerator EZB_ZCL_METER_TYPE_UTILITY_SECONDARY
Utility secondary meter.
-
enumerator EZB_ZCL_METER_TYPE_PRIVATE_PRIMARY
Private primary meter.
-
enumerator EZB_ZCL_METER_TYPE_PRIVATE_PRODUCTION
Private production meter.
-
enumerator EZB_ZCL_METER_TYPE_PRIVATE_SECONDARY
Private secondary meter.
-
enumerator EZB_ZCL_METER_TYPE_GENERIC
Generic meter.
-
enumerator EZB_ZCL_METER_TYPE_UTILITY_PRIMARY
-
enum ezb_zcl_meter_identification_data_quality_t
Data quality (DataQualityID attribute values).
Values:
-
enumerator EZB_ZCL_DATA_QUALITY_ALL_DATA_CERTIFIED
All data certified.
-
enumerator EZB_ZCL_DATA_QUALITY_ONLY_INSTANTANEOUS_POWER_NOT_CERTIFIED
Only instantaneous power not certified.
-
enumerator EZB_ZCL_DATA_QUALITY_ONLY_CUMULATED_CONSUMPTION_NOT_CERTIFIED
Only cumulated consumption not certified.
-
enumerator EZB_ZCL_DATA_QUALITY_NOT_CERTIFIED_DATA
Not certified data.
-
enumerator EZB_ZCL_DATA_QUALITY_ALL_DATA_CERTIFIED
5.2.6.3.7.3. Price
5.2.6.3.7.3.1. Header File
5.2.6.3.7.3.2. Functions
-
ezb_err_t ezb_zcl_price_cluster_desc_add_attr(ezb_zcl_cluster_desc_t cluster_desc, uint16_t attr_id, const void *value)
Add an attribute to an price cluster descriptor.
- Parameters:
cluster_desc -- [in] The price cluster descriptor.
attr_id -- [in] The identifier of the attribute to be added to
cluster_desc.value -- [in] The pointer to the initial value of the attribute.
- Returns:
Error code.
-
ezb_zcl_cluster_desc_t ezb_zcl_price_create_cluster_desc(const void *cluster_cfg, uint8_t role_mask)
Create an price cluster descriptor.
- Parameters:
cluster_cfg -- [in] The pointer to the price cluster configuration structure. Use ezb_zcl_price_cluster_server_config_t for EZB_ZCL_CLUSTER_SERVER, use ezb_zcl_price_cluster_client_config_t for EZB_ZCL_CLUSTER_CLIENT, or use NULL for default configuration of the stack based on the
role_mask.role_mask -- [in] The role of the cluster to create.
- Returns:
Created cluster descriptor.
-
void ezb_zcl_price_cluster_client_init(uint8_t ep_id)
Initialize the Price cluster client role for a given endpoint.
- Parameters:
ep_id -- [in] The identifier of the endpoint hosting the cluster that needs initialization.
-
void ezb_zcl_price_cluster_server_init(uint8_t ep_id)
Initialize the Price cluster server role for a given endpoint.
- Parameters:
ep_id -- [in] The identifier of the endpoint hosting the cluster that needs de-initialization.
5.2.6.3.7.3.3. Structures
5.2.6.3.7.3.4. Macros
-
EZB_ZCL_PRICE_CLUSTER_REVISION
Cluster Revision of the price cluster implementation.
-
EZB_ZCL_PRICE_TIER1_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier1PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER2_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier2PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER3_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier3PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER4_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier4PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER5_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier5PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER6_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier6PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER7_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier7PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER8_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier8PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER9_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier9PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER10_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier10PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER11_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier11PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER12_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier12PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER13_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier13PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER14_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier14PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER15_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier15PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER16_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier16PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER17_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier17PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER18_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier18PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER19_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier19PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER20_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier20PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER21_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier21PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER22_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier22PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER23_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier23PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER24_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier24PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER25_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier25PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER26_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier26PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER27_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier27PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER28_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier28PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER29_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier29PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER30_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier30PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER31_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier31PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER32_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier32PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER33_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier33PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER34_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier34PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER35_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier35PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER36_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier36PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER37_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier37PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER38_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier38PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER39_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier39PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER40_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier40PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER41_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier41PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER42_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier42PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER43_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier43PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER44_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier44PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER45_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier45PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER46_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier46PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER47_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier47PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_TIER48_PRICE_LABEL_DEFAULT_VALUE
Default value of Tier48PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_BLOCK_PERIOD_DURATION_TYPE_DEFAULT_VALUE
Default value of BlockPeriodDurationType in Price cluster.
-
EZB_ZCL_PRICE_CONVERSION_FACTOR_DEFAULT_VALUE
Default value of ConversionFactor in Price cluster.
-
EZB_ZCL_PRICE_CONVERSION_FACTOR_TRAILING_DIGIT_DEFAULT_VALUE
Default value of ConversionFactorTrailingDigit in Price cluster.
-
EZB_ZCL_PRICE_CALORIFIC_VALUE_DEFAULT_VALUE
Default value of CalorificValue in Price cluster.
-
EZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_DEFAULT_VALUE
Default value of CalorificValueUnit in Price cluster.
-
EZB_ZCL_PRICE_CALORIFIC_VALUE_TRAILING_DIGIT_DEFAULT_VALUE
Default value of CalorificValueTrailingDigit in Price cluster.
-
EZB_ZCL_PRICE_TARIFF_LABEL_DEFAULT_VALUE
Default value of TariffLabel in Price cluster.
-
EZB_ZCL_PRICE_NUMBER_OF_PRICE_TIERS_IN_USE_DEFAULT_VALUE
Default value of NumberOfPriceTiersInUse in Price cluster.
-
EZB_ZCL_PRICE_NUMBER_OF_PRICE_TIERS_IN_USE_MIN_VALUE
Minimum value of NumberOfPriceTiersInUse in Price cluster.
-
EZB_ZCL_PRICE_NUMBER_OF_PRICE_TIERS_IN_USE_MAX_VALUE
Maximum value of NumberOfPriceTiersInUse in Price cluster.
-
EZB_ZCL_PRICE_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE_DEFAULT_VALUE
Default value of NumberOfBlockThresholdsInUse in Price cluster.
-
EZB_ZCL_PRICE_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE_MIN_VALUE
Minimum value of NumberOfBlockThresholdsInUse in Price cluster.
-
EZB_ZCL_PRICE_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE_MAX_VALUE
Maximum value of NumberOfBlockThresholdsInUse in Price cluster.
-
EZB_ZCL_PRICE_TIER_BLOCK_MODE_DEFAULT_VALUE
Default value of TierBlockMode in Price cluster.
-
EZB_ZCL_PRICE_UNIT_OF_MEASURE_DEFAULT_VALUE
Default value of UnitOfMeasure in Price cluster.
-
EZB_ZCL_PRICE_PRICE_TRAILING_DIGIT_DEFAULT_VALUE
Default value of PriceTrailingDigit in Price cluster.
-
EZB_ZCL_PRICE_TARIFF_RESOLUTION_PERIOD_DEFAULT_VALUE
Default value of TariffResolutionPeriod in Price cluster.
-
EZB_ZCL_PRICE_CO2_DEFAULT_VALUE
Default value of Co2 in Price cluster.
-
EZB_ZCL_PRICE_CO2_UNIT_DEFAULT_VALUE
Default value of CO2Unit in Price cluster.
-
EZB_ZCL_PRICE_CO2_TRAILING_DIGIT_DEFAULT_VALUE
Default value of CO2TrailingDigit in Price cluster.
-
EZB_ZCL_PRICE_CREDIT_PAYMENT_OVER_DUE_AMOUNT_DEFAULT_VALUE
Default value of CreditPaymentOverDueAmount in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER1_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier1PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER2_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier2PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER3_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier3PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER4_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier4PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER5_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier5PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER6_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier6PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER7_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier7PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER8_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier8PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER9_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier9PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER10_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier10PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER11_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier11PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER12_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier12PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER13_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier13PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER14_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier14PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER15_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier15PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER16_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier16PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER17_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier17PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER18_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier18PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER19_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier19PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER20_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier20PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER21_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier21PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER22_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier22PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER23_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier23PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER24_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier24PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER25_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier25PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER26_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier26PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER27_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier27PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER28_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier28PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER29_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier29PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER30_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier30PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER31_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier31PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER32_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier32PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER33_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier33PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER34_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier34PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER35_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier35PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER36_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier36PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER37_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier37PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER38_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier38PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER39_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier39PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER40_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier40PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER41_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier41PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER42_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier42PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER43_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier43PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER44_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier44PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER45_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier45PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER46_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier46PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER47_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier47PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER48_PRICE_LABEL_DEFAULT_VALUE
Default value of ReceivedTier48PriceLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TARIFF_LABEL_DEFAULT_VALUE
Default value of ReceivedTariffLabel in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_NUMBER_OF_PRICE_TIERS_IN_USE_DEFAULT_VALUE
Default value of ReceivedNumberOfPriceTiersInUse in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE_DEFAULT_VALUE
Default value of ReceivedNumberOfBlockThresholdsInUse in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TIER_BLOCK_MODE_DEFAULT_VALUE
Default value of ReceivedTierBlockMode in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_TARIFF_RESOLUTION_PERIOD_DEFAULT_VALUE
Default value of ReceivedTariffResolutionPeriod in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_CO2_DEFAULT_VALUE
Default value of ReceivedCO2 in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_CO2_UNIT_DEFAULT_VALUE
Default value of ReceivedCO2Unit in Price cluster.
-
EZB_ZCL_PRICE_RECEIVED_CO2_TRAILING_DIGIT_DEFAULT_VALUE
Default value of ReceivedCO2TrailingDigit in Price cluster.
-
EZB_ZCL_PRICE_PRICE_INCREASE_RANDOMIZE_MINUTES_DEFAULT_VALUE
Default value of PriceIncreaseRandomizeMinutes in Price cluster.
-
EZB_ZCL_PRICE_PRICE_DECREASE_RANDOMIZE_MINUTES_DEFAULT_VALUE
Default value of PriceDecreaseRandomizeMinutes in Price cluster.
-
EZB_ZCL_CLUSTER_ID_PRICE_CLIENT_ROLE_INIT
-
EZB_ZCL_CLUSTER_ID_PRICE_SERVER_ROLE_INIT
5.2.6.3.7.3.5. Type Definitions
-
typedef struct ezb_zcl_price_cluster_config_s ezb_zcl_price_cluster_config_t
Cluster configuration for the Price cluster.
5.2.6.3.7.3.6. Enumerations
-
enum ezb_zcl_price_server_attr_t
Attribute identifiers for the price server cluster.
Values:
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_PRICE_LABEL_ID
Tier1PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_PRICE_LABEL_ID
Tier2PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_PRICE_LABEL_ID
Tier3PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_PRICE_LABEL_ID
Tier4PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_PRICE_LABEL_ID
Tier5PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_PRICE_LABEL_ID
Tier6PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_PRICE_LABEL_ID
Tier7PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_PRICE_LABEL_ID
Tier8PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_PRICE_LABEL_ID
Tier9PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_PRICE_LABEL_ID
Tier10PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_PRICE_LABEL_ID
Tier11PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_PRICE_LABEL_ID
Tier12PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_PRICE_LABEL_ID
Tier13PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_PRICE_LABEL_ID
Tier14PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_PRICE_LABEL_ID
Tier15PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER16_PRICE_LABEL_ID
Tier16PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER17_PRICE_LABEL_ID
Tier17PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER18_PRICE_LABEL_ID
Tier18PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER19_PRICE_LABEL_ID
Tier19PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER20_PRICE_LABEL_ID
Tier20PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER21_PRICE_LABEL_ID
Tier21PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER22_PRICE_LABEL_ID
Tier22PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER23_PRICE_LABEL_ID
Tier23PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER24_PRICE_LABEL_ID
Tier24PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER25_PRICE_LABEL_ID
Tier25PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER26_PRICE_LABEL_ID
Tier26PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER27_PRICE_LABEL_ID
Tier27PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER28_PRICE_LABEL_ID
Tier28PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER29_PRICE_LABEL_ID
Tier29PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER30_PRICE_LABEL_ID
Tier30PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER31_PRICE_LABEL_ID
Tier31PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER32_PRICE_LABEL_ID
Tier32PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER33_PRICE_LABEL_ID
Tier33PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER34_PRICE_LABEL_ID
Tier34PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER35_PRICE_LABEL_ID
Tier35PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER36_PRICE_LABEL_ID
Tier36PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER37_PRICE_LABEL_ID
Tier37PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER38_PRICE_LABEL_ID
Tier38PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER39_PRICE_LABEL_ID
Tier39PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER40_PRICE_LABEL_ID
Tier40PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER41_PRICE_LABEL_ID
Tier41PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER42_PRICE_LABEL_ID
Tier42PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER43_PRICE_LABEL_ID
Tier43PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER44_PRICE_LABEL_ID
Tier44PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER45_PRICE_LABEL_ID
Tier45PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER46_PRICE_LABEL_ID
Tier46PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER47_PRICE_LABEL_ID
Tier47PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER48_PRICE_LABEL_ID
Tier48PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK1_THRESHOLD_ID
Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK2_THRESHOLD_ID
Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK3_THRESHOLD_ID
Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK4_THRESHOLD_ID
Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK5_THRESHOLD_ID
Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK6_THRESHOLD_ID
Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK7_THRESHOLD_ID
Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK8_THRESHOLD_ID
Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK9_THRESHOLD_ID
Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK10_THRESHOLD_ID
Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK11_THRESHOLD_ID
Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK12_THRESHOLD_ID
Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK13_THRESHOLD_ID
Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK14_THRESHOLD_ID
Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK15_THRESHOLD_ID
Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK_THRESHOLD_COUNT_ID
BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK1_THRESHOLD_ID
Tier1Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK2_THRESHOLD_ID
Tier1Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK3_THRESHOLD_ID
Tier1Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK4_THRESHOLD_ID
Tier1Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK5_THRESHOLD_ID
Tier1Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK6_THRESHOLD_ID
Tier1Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK7_THRESHOLD_ID
Tier1Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK8_THRESHOLD_ID
Tier1Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK9_THRESHOLD_ID
Tier1Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK10_THRESHOLD_ID
Tier1Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK11_THRESHOLD_ID
Tier1Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK12_THRESHOLD_ID
Tier1Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK13_THRESHOLD_ID
Tier1Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK14_THRESHOLD_ID
Tier1Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK15_THRESHOLD_ID
Tier1Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK_THRESHOLD_COUNT_ID
Tier1BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK1_THRESHOLD_ID
Tier2Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK2_THRESHOLD_ID
Tier2Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK3_THRESHOLD_ID
Tier2Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK4_THRESHOLD_ID
Tier2Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK5_THRESHOLD_ID
Tier2Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK6_THRESHOLD_ID
Tier2Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK7_THRESHOLD_ID
Tier2Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK8_THRESHOLD_ID
Tier2Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK9_THRESHOLD_ID
Tier2Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK10_THRESHOLD_ID
Tier2Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK11_THRESHOLD_ID
Tier2Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK12_THRESHOLD_ID
Tier2Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK13_THRESHOLD_ID
Tier2Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK14_THRESHOLD_ID
Tier2Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK15_THRESHOLD_ID
Tier2Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK_THRESHOLD_COUNT_ID
Tier2BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK1_THRESHOLD_ID
Tier3Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK2_THRESHOLD_ID
Tier3Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK3_THRESHOLD_ID
Tier3Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK4_THRESHOLD_ID
Tier3Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK5_THRESHOLD_ID
Tier3Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK6_THRESHOLD_ID
Tier3Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK7_THRESHOLD_ID
Tier3Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK8_THRESHOLD_ID
Tier3Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK9_THRESHOLD_ID
Tier3Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK10_THRESHOLD_ID
Tier3Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK11_THRESHOLD_ID
Tier3Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK12_THRESHOLD_ID
Tier3Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK13_THRESHOLD_ID
Tier3Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK14_THRESHOLD_ID
Tier3Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK15_THRESHOLD_ID
Tier3Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK_THRESHOLD_COUNT_ID
Tier3BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK1_THRESHOLD_ID
Tier4Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK2_THRESHOLD_ID
Tier4Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK3_THRESHOLD_ID
Tier4Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK4_THRESHOLD_ID
Tier4Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK5_THRESHOLD_ID
Tier4Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK6_THRESHOLD_ID
Tier4Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK7_THRESHOLD_ID
Tier4Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK8_THRESHOLD_ID
Tier4Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK9_THRESHOLD_ID
Tier4Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK10_THRESHOLD_ID
Tier4Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK11_THRESHOLD_ID
Tier4Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK12_THRESHOLD_ID
Tier4Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK13_THRESHOLD_ID
Tier4Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK14_THRESHOLD_ID
Tier4Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK15_THRESHOLD_ID
Tier4Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK_THRESHOLD_COUNT_ID
Tier4BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK1_THRESHOLD_ID
Tier5Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK2_THRESHOLD_ID
Tier5Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK3_THRESHOLD_ID
Tier5Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK4_THRESHOLD_ID
Tier5Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK5_THRESHOLD_ID
Tier5Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK6_THRESHOLD_ID
Tier5Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK7_THRESHOLD_ID
Tier5Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK8_THRESHOLD_ID
Tier5Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK9_THRESHOLD_ID
Tier5Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK10_THRESHOLD_ID
Tier5Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK11_THRESHOLD_ID
Tier5Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK12_THRESHOLD_ID
Tier5Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK13_THRESHOLD_ID
Tier5Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK14_THRESHOLD_ID
Tier5Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK15_THRESHOLD_ID
Tier5Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK_THRESHOLD_COUNT_ID
Tier5BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK1_THRESHOLD_ID
Tier6Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK2_THRESHOLD_ID
Tier6Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK3_THRESHOLD_ID
Tier6Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK4_THRESHOLD_ID
Tier6Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK5_THRESHOLD_ID
Tier6Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK6_THRESHOLD_ID
Tier6Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK7_THRESHOLD_ID
Tier6Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK8_THRESHOLD_ID
Tier6Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK9_THRESHOLD_ID
Tier6Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK10_THRESHOLD_ID
Tier6Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK11_THRESHOLD_ID
Tier6Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK12_THRESHOLD_ID
Tier6Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK13_THRESHOLD_ID
Tier6Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK14_THRESHOLD_ID
Tier6Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK15_THRESHOLD_ID
Tier6Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK_THRESHOLD_COUNT_ID
Tier6BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK1_THRESHOLD_ID
Tier7Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK2_THRESHOLD_ID
Tier7Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK3_THRESHOLD_ID
Tier7Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK4_THRESHOLD_ID
Tier7Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK5_THRESHOLD_ID
Tier7Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK6_THRESHOLD_ID
Tier7Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK7_THRESHOLD_ID
Tier7Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK8_THRESHOLD_ID
Tier7Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK9_THRESHOLD_ID
Tier7Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK10_THRESHOLD_ID
Tier7Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK11_THRESHOLD_ID
Tier7Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK12_THRESHOLD_ID
Tier7Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK13_THRESHOLD_ID
Tier7Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK14_THRESHOLD_ID
Tier7Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK15_THRESHOLD_ID
Tier7Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK_THRESHOLD_COUNT_ID
Tier7BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK1_THRESHOLD_ID
Tier8Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK2_THRESHOLD_ID
Tier8Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK3_THRESHOLD_ID
Tier8Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK4_THRESHOLD_ID
Tier8Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK5_THRESHOLD_ID
Tier8Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK6_THRESHOLD_ID
Tier8Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK7_THRESHOLD_ID
Tier8Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK8_THRESHOLD_ID
Tier8Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK9_THRESHOLD_ID
Tier8Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK10_THRESHOLD_ID
Tier8Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK11_THRESHOLD_ID
Tier8Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK12_THRESHOLD_ID
Tier8Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK13_THRESHOLD_ID
Tier8Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK14_THRESHOLD_ID
Tier8Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK15_THRESHOLD_ID
Tier8Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK_THRESHOLD_COUNT_ID
Tier8BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK1_THRESHOLD_ID
Tier9Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK2_THRESHOLD_ID
Tier9Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK3_THRESHOLD_ID
Tier9Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK4_THRESHOLD_ID
Tier9Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK5_THRESHOLD_ID
Tier9Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK6_THRESHOLD_ID
Tier9Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK7_THRESHOLD_ID
Tier9Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK8_THRESHOLD_ID
Tier9Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK9_THRESHOLD_ID
Tier9Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK10_THRESHOLD_ID
Tier9Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK11_THRESHOLD_ID
Tier9Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK12_THRESHOLD_ID
Tier9Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK13_THRESHOLD_ID
Tier9Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK14_THRESHOLD_ID
Tier9Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK15_THRESHOLD_ID
Tier9Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK_THRESHOLD_COUNT_ID
Tier9BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK1_THRESHOLD_ID
Tier10Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK2_THRESHOLD_ID
Tier10Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK3_THRESHOLD_ID
Tier10Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK4_THRESHOLD_ID
Tier10Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK5_THRESHOLD_ID
Tier10Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK6_THRESHOLD_ID
Tier10Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK7_THRESHOLD_ID
Tier10Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK8_THRESHOLD_ID
Tier10Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK9_THRESHOLD_ID
Tier10Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK10_THRESHOLD_ID
Tier10Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK11_THRESHOLD_ID
Tier10Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK12_THRESHOLD_ID
Tier10Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK13_THRESHOLD_ID
Tier10Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK14_THRESHOLD_ID
Tier10Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK15_THRESHOLD_ID
Tier10Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK_THRESHOLD_COUNT_ID
Tier10BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK1_THRESHOLD_ID
Tier11Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK2_THRESHOLD_ID
Tier11Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK3_THRESHOLD_ID
Tier11Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK4_THRESHOLD_ID
Tier11Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK5_THRESHOLD_ID
Tier11Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK6_THRESHOLD_ID
Tier11Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK7_THRESHOLD_ID
Tier11Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK8_THRESHOLD_ID
Tier11Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK9_THRESHOLD_ID
Tier11Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK10_THRESHOLD_ID
Tier11Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK11_THRESHOLD_ID
Tier11Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK12_THRESHOLD_ID
Tier11Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK13_THRESHOLD_ID
Tier11Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK14_THRESHOLD_ID
Tier11Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK15_THRESHOLD_ID
Tier11Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK_THRESHOLD_COUNT_ID
Tier11BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK1_THRESHOLD_ID
Tier12Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK2_THRESHOLD_ID
Tier12Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK3_THRESHOLD_ID
Tier12Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK4_THRESHOLD_ID
Tier12Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK5_THRESHOLD_ID
Tier12Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK6_THRESHOLD_ID
Tier12Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK7_THRESHOLD_ID
Tier12Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK8_THRESHOLD_ID
Tier12Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK9_THRESHOLD_ID
Tier12Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK10_THRESHOLD_ID
Tier12Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK11_THRESHOLD_ID
Tier12Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK12_THRESHOLD_ID
Tier12Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK13_THRESHOLD_ID
Tier12Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK14_THRESHOLD_ID
Tier12Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK15_THRESHOLD_ID
Tier12Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK_THRESHOLD_COUNT_ID
Tier12BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK1_THRESHOLD_ID
Tier13Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK2_THRESHOLD_ID
Tier13Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK3_THRESHOLD_ID
Tier13Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK4_THRESHOLD_ID
Tier13Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK5_THRESHOLD_ID
Tier13Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK6_THRESHOLD_ID
Tier13Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK7_THRESHOLD_ID
Tier13Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK8_THRESHOLD_ID
Tier13Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK9_THRESHOLD_ID
Tier13Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK10_THRESHOLD_ID
Tier13Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK11_THRESHOLD_ID
Tier13Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK12_THRESHOLD_ID
Tier13Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK13_THRESHOLD_ID
Tier13Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK14_THRESHOLD_ID
Tier13Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK15_THRESHOLD_ID
Tier13Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK_THRESHOLD_COUNT_ID
Tier13BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK1_THRESHOLD_ID
Tier14Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK2_THRESHOLD_ID
Tier14Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK3_THRESHOLD_ID
Tier14Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK4_THRESHOLD_ID
Tier14Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK5_THRESHOLD_ID
Tier14Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK6_THRESHOLD_ID
Tier14Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK7_THRESHOLD_ID
Tier14Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK8_THRESHOLD_ID
Tier14Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK9_THRESHOLD_ID
Tier14Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK10_THRESHOLD_ID
Tier14Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK11_THRESHOLD_ID
Tier14Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK12_THRESHOLD_ID
Tier14Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK13_THRESHOLD_ID
Tier14Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK14_THRESHOLD_ID
Tier14Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK15_THRESHOLD_ID
Tier14Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK_THRESHOLD_COUNT_ID
Tier14BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK1_THRESHOLD_ID
Tier15Block1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK2_THRESHOLD_ID
Tier15Block2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK3_THRESHOLD_ID
Tier15Block3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK4_THRESHOLD_ID
Tier15Block4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK5_THRESHOLD_ID
Tier15Block5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK6_THRESHOLD_ID
Tier15Block6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK7_THRESHOLD_ID
Tier15Block7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK8_THRESHOLD_ID
Tier15Block8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK9_THRESHOLD_ID
Tier15Block9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK10_THRESHOLD_ID
Tier15Block10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK11_THRESHOLD_ID
Tier15Block11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK12_THRESHOLD_ID
Tier15Block12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK13_THRESHOLD_ID
Tier15Block13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK14_THRESHOLD_ID
Tier15Block14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK15_THRESHOLD_ID
Tier15Block15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK_THRESHOLD_COUNT_ID
Tier15BlockThresholdCount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_START_OF_BLOCK_PERIOD_ID
StartOfBlockPeriod attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK_PERIOD_DURATION_ID
BlockPeriodDuration attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_THRESHOLD_MULTIPLIER_ID
ThresholdMultiplier attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_THRESHOLD_DIVISOR_ID
ThresholdDivisor attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_BLOCK_PERIOD_DURATION_TYPE_ID
BlockPeriodDurationType attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_COMMODITY_TYPE_ID
CommodityType attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_STANDING_CHARGE_ID
StandingCharge attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CONVERSION_FACTOR_ID
ConversionFactor attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CONVERSION_FACTOR_TRAILING_DIGIT_ID
ConversionFactorTrailingDigit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CALORIFIC_VALUE_ID
CalorificValue attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CALORIFIC_VALUE_UNIT_ID
CalorificValueUnit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CALORIFIC_VALUE_TRAILING_DIGIT_ID
CalorificValueTrailingDigit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK1_PRICE_ID
NoTierBlock1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK2_PRICE_ID
NoTierBlock2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK3_PRICE_ID
NoTierBlock3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK4_PRICE_ID
NoTierBlock4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK5_PRICE_ID
NoTierBlock5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK6_PRICE_ID
NoTierBlock6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK7_PRICE_ID
NoTierBlock7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK8_PRICE_ID
NoTierBlock8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK9_PRICE_ID
NoTierBlock9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK10_PRICE_ID
NoTierBlock10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK11_PRICE_ID
NoTierBlock11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK12_PRICE_ID
NoTierBlock12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK13_PRICE_ID
NoTierBlock13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK14_PRICE_ID
NoTierBlock14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK15_PRICE_ID
NoTierBlock15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NO_TIER_BLOCK16_PRICE_ID
NoTierBlock16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK1_PRICE_ID
Tier1Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK2_PRICE_ID
Tier1Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK3_PRICE_ID
Tier1Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK4_PRICE_ID
Tier1Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK5_PRICE_ID
Tier1Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK6_PRICE_ID
Tier1Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK7_PRICE_ID
Tier1Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK8_PRICE_ID
Tier1Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK9_PRICE_ID
Tier1Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK10_PRICE_ID
Tier1Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK11_PRICE_ID
Tier1Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK12_PRICE_ID
Tier1Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK13_PRICE_ID
Tier1Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK14_PRICE_ID
Tier1Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK15_PRICE_ID
Tier1Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_BLOCK16_PRICE_ID
Tier1Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK1_PRICE_ID
Tier2Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK2_PRICE_ID
Tier2Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK3_PRICE_ID
Tier2Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK4_PRICE_ID
Tier2Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK5_PRICE_ID
Tier2Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK6_PRICE_ID
Tier2Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK7_PRICE_ID
Tier2Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK8_PRICE_ID
Tier2Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK9_PRICE_ID
Tier2Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK10_PRICE_ID
Tier2Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK11_PRICE_ID
Tier2Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK12_PRICE_ID
Tier2Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK13_PRICE_ID
Tier2Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK14_PRICE_ID
Tier2Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK15_PRICE_ID
Tier2Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER2_BLOCK16_PRICE_ID
Tier2Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK1_PRICE_ID
Tier3Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK2_PRICE_ID
Tier3Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK3_PRICE_ID
Tier3Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK4_PRICE_ID
Tier3Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK5_PRICE_ID
Tier3Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK6_PRICE_ID
Tier3Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK7_PRICE_ID
Tier3Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK8_PRICE_ID
Tier3Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK9_PRICE_ID
Tier3Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK10_PRICE_ID
Tier3Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK11_PRICE_ID
Tier3Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK12_PRICE_ID
Tier3Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK13_PRICE_ID
Tier3Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK14_PRICE_ID
Tier3Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK15_PRICE_ID
Tier3Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER3_BLOCK16_PRICE_ID
Tier3Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK1_PRICE_ID
Tier4Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK2_PRICE_ID
Tier4Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK3_PRICE_ID
Tier4Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK4_PRICE_ID
Tier4Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK5_PRICE_ID
Tier4Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK6_PRICE_ID
Tier4Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK7_PRICE_ID
Tier4Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK8_PRICE_ID
Tier4Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK9_PRICE_ID
Tier4Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK10_PRICE_ID
Tier4Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK11_PRICE_ID
Tier4Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK12_PRICE_ID
Tier4Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK13_PRICE_ID
Tier4Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK14_PRICE_ID
Tier4Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK15_PRICE_ID
Tier4Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER4_BLOCK16_PRICE_ID
Tier4Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK1_PRICE_ID
Tier5Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK2_PRICE_ID
Tier5Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK3_PRICE_ID
Tier5Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK4_PRICE_ID
Tier5Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK5_PRICE_ID
Tier5Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK6_PRICE_ID
Tier5Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK7_PRICE_ID
Tier5Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK8_PRICE_ID
Tier5Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK9_PRICE_ID
Tier5Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK10_PRICE_ID
Tier5Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK11_PRICE_ID
Tier5Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK12_PRICE_ID
Tier5Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK13_PRICE_ID
Tier5Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK14_PRICE_ID
Tier5Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK15_PRICE_ID
Tier5Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER5_BLOCK16_PRICE_ID
Tier5Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK1_PRICE_ID
Tier6Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK2_PRICE_ID
Tier6Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK3_PRICE_ID
Tier6Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK4_PRICE_ID
Tier6Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK5_PRICE_ID
Tier6Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK6_PRICE_ID
Tier6Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK7_PRICE_ID
Tier6Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK8_PRICE_ID
Tier6Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK9_PRICE_ID
Tier6Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK10_PRICE_ID
Tier6Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK11_PRICE_ID
Tier6Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK12_PRICE_ID
Tier6Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK13_PRICE_ID
Tier6Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK14_PRICE_ID
Tier6Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK15_PRICE_ID
Tier6Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER6_BLOCK16_PRICE_ID
Tier6Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK1_PRICE_ID
Tier7Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK2_PRICE_ID
Tier7Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK3_PRICE_ID
Tier7Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK4_PRICE_ID
Tier7Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK5_PRICE_ID
Tier7Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK6_PRICE_ID
Tier7Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK7_PRICE_ID
Tier7Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK8_PRICE_ID
Tier7Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK9_PRICE_ID
Tier7Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK10_PRICE_ID
Tier7Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK11_PRICE_ID
Tier7Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK12_PRICE_ID
Tier7Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK13_PRICE_ID
Tier7Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK14_PRICE_ID
Tier7Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK15_PRICE_ID
Tier7Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER7_BLOCK16_PRICE_ID
Tier7Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK1_PRICE_ID
Tier8Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK2_PRICE_ID
Tier8Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK3_PRICE_ID
Tier8Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK4_PRICE_ID
Tier8Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK5_PRICE_ID
Tier8Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK6_PRICE_ID
Tier8Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK7_PRICE_ID
Tier8Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK8_PRICE_ID
Tier8Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK9_PRICE_ID
Tier8Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK10_PRICE_ID
Tier8Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK11_PRICE_ID
Tier8Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK12_PRICE_ID
Tier8Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK13_PRICE_ID
Tier8Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK14_PRICE_ID
Tier8Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK15_PRICE_ID
Tier8Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER8_BLOCK16_PRICE_ID
Tier8Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK1_PRICE_ID
Tier9Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK2_PRICE_ID
Tier9Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK3_PRICE_ID
Tier9Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK4_PRICE_ID
Tier9Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK5_PRICE_ID
Tier9Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK6_PRICE_ID
Tier9Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK7_PRICE_ID
Tier9Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK8_PRICE_ID
Tier9Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK9_PRICE_ID
Tier9Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK10_PRICE_ID
Tier9Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK11_PRICE_ID
Tier9Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK12_PRICE_ID
Tier9Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK13_PRICE_ID
Tier9Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK14_PRICE_ID
Tier9Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK15_PRICE_ID
Tier9Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER9_BLOCK16_PRICE_ID
Tier9Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK1_PRICE_ID
Tier10Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK2_PRICE_ID
Tier10Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK3_PRICE_ID
Tier10Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK4_PRICE_ID
Tier10Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK5_PRICE_ID
Tier10Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK6_PRICE_ID
Tier10Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK7_PRICE_ID
Tier10Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK8_PRICE_ID
Tier10Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK9_PRICE_ID
Tier10Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK10_PRICE_ID
Tier10Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK11_PRICE_ID
Tier10Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK12_PRICE_ID
Tier10Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK13_PRICE_ID
Tier10Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK14_PRICE_ID
Tier10Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK15_PRICE_ID
Tier10Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER10_BLOCK16_PRICE_ID
Tier10Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK1_PRICE_ID
Tier11Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK2_PRICE_ID
Tier11Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK3_PRICE_ID
Tier11Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK4_PRICE_ID
Tier11Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK5_PRICE_ID
Tier11Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK6_PRICE_ID
Tier11Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK7_PRICE_ID
Tier11Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK8_PRICE_ID
Tier11Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK9_PRICE_ID
Tier11Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK10_PRICE_ID
Tier11Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK11_PRICE_ID
Tier11Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK12_PRICE_ID
Tier11Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK13_PRICE_ID
Tier11Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK14_PRICE_ID
Tier11Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK15_PRICE_ID
Tier11Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER11_BLOCK16_PRICE_ID
Tier11Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK1_PRICE_ID
Tier12Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK2_PRICE_ID
Tier12Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK3_PRICE_ID
Tier12Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK4_PRICE_ID
Tier12Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK5_PRICE_ID
Tier12Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK6_PRICE_ID
Tier12Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK7_PRICE_ID
Tier12Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK8_PRICE_ID
Tier12Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK9_PRICE_ID
Tier12Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK10_PRICE_ID
Tier12Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK11_PRICE_ID
Tier12Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK12_PRICE_ID
Tier12Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK13_PRICE_ID
Tier12Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK14_PRICE_ID
Tier12Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK15_PRICE_ID
Tier12Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER12_BLOCK16_PRICE_ID
Tier12Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK1_PRICE_ID
Tier13Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK2_PRICE_ID
Tier13Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK3_PRICE_ID
Tier13Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK4_PRICE_ID
Tier13Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK5_PRICE_ID
Tier13Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK6_PRICE_ID
Tier13Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK7_PRICE_ID
Tier13Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK8_PRICE_ID
Tier13Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK9_PRICE_ID
Tier13Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK10_PRICE_ID
Tier13Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK11_PRICE_ID
Tier13Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK12_PRICE_ID
Tier13Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK13_PRICE_ID
Tier13Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK14_PRICE_ID
Tier13Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK15_PRICE_ID
Tier13Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER13_BLOCK16_PRICE_ID
Tier13Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK1_PRICE_ID
Tier14Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK2_PRICE_ID
Tier14Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK3_PRICE_ID
Tier14Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK4_PRICE_ID
Tier14Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK5_PRICE_ID
Tier14Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK6_PRICE_ID
Tier14Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK7_PRICE_ID
Tier14Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK8_PRICE_ID
Tier14Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK9_PRICE_ID
Tier14Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK10_PRICE_ID
Tier14Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK11_PRICE_ID
Tier14Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK12_PRICE_ID
Tier14Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK13_PRICE_ID
Tier14Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK14_PRICE_ID
Tier14Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK15_PRICE_ID
Tier14Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER14_BLOCK16_PRICE_ID
Tier14Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK1_PRICE_ID
Tier15Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK2_PRICE_ID
Tier15Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK3_PRICE_ID
Tier15Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK4_PRICE_ID
Tier15Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK5_PRICE_ID
Tier15Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK6_PRICE_ID
Tier15Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK7_PRICE_ID
Tier15Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK8_PRICE_ID
Tier15Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK9_PRICE_ID
Tier15Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK10_PRICE_ID
Tier15Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK11_PRICE_ID
Tier15Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK12_PRICE_ID
Tier15Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK13_PRICE_ID
Tier15Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK14_PRICE_ID
Tier15Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK15_PRICE_ID
Tier15Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER15_BLOCK16_PRICE_ID
Tier15Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER16_ID
PriceTier16 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER17_ID
PriceTier17 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER18_ID
PriceTier18 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER19_ID
PriceTier19 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER20_ID
PriceTier20 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER21_ID
PriceTier21 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER22_ID
PriceTier22 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER23_ID
PriceTier23 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER24_ID
PriceTier24 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER25_ID
PriceTier25 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER26_ID
PriceTier26 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER27_ID
PriceTier27 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER28_ID
PriceTier28 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER29_ID
PriceTier29 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER30_ID
PriceTier30 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER31_ID
PriceTier31 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER32_ID
PriceTier32 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER33_ID
PriceTier33 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER34_ID
PriceTier34 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER35_ID
PriceTier35 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER36_ID
PriceTier36 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER37_ID
PriceTier37 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER38_ID
PriceTier38 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER39_ID
PriceTier39 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER40_ID
PriceTier40 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER41_ID
PriceTier41 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER42_ID
PriceTier42 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER43_ID
PriceTier43 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER44_ID
PriceTier44 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER45_ID
PriceTier45 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER46_ID
PriceTier46 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER47_ID
PriceTier47 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TIER48_ID
PriceTier48 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CPP1_PRICE_ID
CPP1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CPP2_PRICE_ID
CPP2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TARIFF_LABEL_ID
TariffLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NUMBER_OF_PRICE_TIERS_IN_USE_ID
NumberOfPriceTiersInUse attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE_ID
NumberOfBlockThresholdsInUse attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER_BLOCK_MODE_ID
TierBlockMode attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_UNIT_OF_MEASURE_ID
UnitOfMeasure attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CURRENCY_ID
Currency attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_TRAILING_DIGIT_ID
PriceTrailingDigit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TARIFF_RESOLUTION_PERIOD_ID
TariffResolutionPeriod attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CO2_ID
Co2 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CO2_UNIT_ID
CO2Unit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CO2_TRAILING_DIGIT_ID
CO2TrailingDigit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CURRENT_BILLING_PERIOD_START_ID
CurrentBillingPeriodStart attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_LAST_BILLING_PERIOD_CONSOLIDATED_BILL_ID
LastBillingPeriodConsolidatedBill attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CURRENT_BILLING_PERIOD_DURATION_ID
CurrentBillingPeriodDuration attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_LAST_BILLING_PERIOD_START_ID
LastBillingPeriodStart attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_LAST_BILLING_PERIOD_DURATION_ID
LastBillingPeriodDuration attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_DUE_DATE_ID
CreditPaymentDueDate attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_STATUS_ID
CreditPaymentStatus attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_OVER_DUE_AMOUNT_ID
CreditPaymentOverDueAmount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PAYMENT_DISCOUNT_ID
PaymentDiscount attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PAYMENT_DISCOUNT_PERIOD_ID
PaymentDiscountPeriod attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT1_ID
CreditPayment1 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_DATE1_ID
CreditPaymentDate1 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_REF1_ID
CreditPaymentRef1 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT2_ID
CreditPayment2 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_DATE2_ID
CreditPaymentDate2 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_REF2_ID
CreditPaymentRef2 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT3_ID
CreditPayment3 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_LAST_BILLI_CREDIT_PAYMENT_DATE3_ID
LastBilliCreditPaymentDate3 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_REF3_ID
CreditPaymentRef3 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT4_ID
CreditPayment4 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_DATE4_ID
CreditPaymentDate4 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_REF4_ID
CreditPaymentRef4 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT5_ID
CreditPayment5 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_DATE5_ID
CreditPaymentDate5 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CREDIT_PAYMENT_REF5_ID
CreditPaymentRef5 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER1_PRICE_LABEL_ID
ReceivedTier1PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER2_PRICE_LABEL_ID
ReceivedTier2PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER3_PRICE_LABEL_ID
ReceivedTier3PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER4_PRICE_LABEL_ID
ReceivedTier4PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER5_PRICE_LABEL_ID
ReceivedTier5PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER6_PRICE_LABEL_ID
ReceivedTier6PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER7_PRICE_LABEL_ID
ReceivedTier7PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER8_PRICE_LABEL_ID
ReceivedTier8PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER9_PRICE_LABEL_ID
ReceivedTier9PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER10_PRICE_LABEL_ID
ReceivedTier10PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER11_PRICE_LABEL_ID
ReceivedTier11PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER12_PRICE_LABEL_ID
ReceivedTier12PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER13_PRICE_LABEL_ID
ReceivedTier13PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER14_PRICE_LABEL_ID
ReceivedTier14PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER15_PRICE_LABEL_ID
ReceivedTier15PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER16_PRICE_LABEL_ID
ReceivedTier16PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER17_PRICE_LABEL_ID
ReceivedTier17PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER18_PRICE_LABEL_ID
ReceivedTier18PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER19_PRICE_LABEL_ID
ReceivedTier19PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER20_PRICE_LABEL_ID
ReceivedTier20PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER21_PRICE_LABEL_ID
ReceivedTier21PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER22_PRICE_LABEL_ID
ReceivedTier22PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER23_PRICE_LABEL_ID
ReceivedTier23PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER24_PRICE_LABEL_ID
ReceivedTier24PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER25_PRICE_LABEL_ID
ReceivedTier25PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER26_PRICE_LABEL_ID
ReceivedTier26PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER27_PRICE_LABEL_ID
ReceivedTier27PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER28_PRICE_LABEL_ID
ReceivedTier28PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER29_PRICE_LABEL_ID
ReceivedTier29PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER30_PRICE_LABEL_ID
ReceivedTier30PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER31_PRICE_LABEL_ID
ReceivedTier31PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER32_PRICE_LABEL_ID
ReceivedTier32PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER33_PRICE_LABEL_ID
ReceivedTier33PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER34_PRICE_LABEL_ID
ReceivedTier34PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER35_PRICE_LABEL_ID
ReceivedTier35PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER36_PRICE_LABEL_ID
ReceivedTier36PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER37_PRICE_LABEL_ID
ReceivedTier37PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER38_PRICE_LABEL_ID
ReceivedTier38PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER39_PRICE_LABEL_ID
ReceivedTier39PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER40_PRICE_LABEL_ID
ReceivedTier40PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER41_PRICE_LABEL_ID
ReceivedTier41PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER42_PRICE_LABEL_ID
ReceivedTier42PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER43_PRICE_LABEL_ID
ReceivedTier43PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER44_PRICE_LABEL_ID
ReceivedTier44PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER45_PRICE_LABEL_ID
ReceivedTier45PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER46_PRICE_LABEL_ID
ReceivedTier46PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER47_PRICE_LABEL_ID
ReceivedTier47PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER48_PRICE_LABEL_ID
ReceivedTier48PriceLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK1_THRESHOLD_ID
ReceivedBlock1Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK2_THRESHOLD_ID
ReceivedBlock2Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK3_THRESHOLD_ID
ReceivedBlock3Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK4_THRESHOLD_ID
ReceivedBlock4Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK5_THRESHOLD_ID
ReceivedBlock5Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK6_THRESHOLD_ID
ReceivedBlock6Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK7_THRESHOLD_ID
ReceivedBlock7Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK8_THRESHOLD_ID
ReceivedBlock8Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK9_THRESHOLD_ID
ReceivedBlock9Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK10_THRESHOLD_ID
ReceivedBlock10Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK11_THRESHOLD_ID
ReceivedBlock11Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK12_THRESHOLD_ID
ReceivedBlock12Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK13_THRESHOLD_ID
ReceivedBlock13Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK14_THRESHOLD_ID
ReceivedBlock14Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK15_THRESHOLD_ID
ReceivedBlock15Threshold attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_START_OF_BLOCK_PERIOD_ID
ReceivedStartOfBlockPeriod attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_BLOCK_PERIOD_DURATION_ID
ReceivedBlockPeriodDuration attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_THRESHOLD_MULTIPLIER_ID
ReceivedThresholdMultiplier attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_THRESHOLD_DIVISOR_ID
ReceivedThresholdDivisor attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK1_PRICE_ID
RxNoTierBlock1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK2_PRICE_ID
RxNoTierBlock2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK3_PRICE_ID
RxNoTierBlock3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK4_PRICE_ID
RxNoTierBlock4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK5_PRICE_ID
RxNoTierBlock5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK6_PRICE_ID
RxNoTierBlock6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK7_PRICE_ID
RxNoTierBlock7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK8_PRICE_ID
RxNoTierBlock8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK9_PRICE_ID
RxNoTierBlock9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK10_PRICE_ID
RxNoTierBlock10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK11_PRICE_ID
RxNoTierBlock11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK12_PRICE_ID
RxNoTierBlock12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK13_PRICE_ID
RxNoTierBlock13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK14_PRICE_ID
RxNoTierBlock14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK15_PRICE_ID
RxNoTierBlock15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_NO_TIER_BLOCK16_PRICE_ID
RxNoTierBlock16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK1_PRICE_ID
RxTier1Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK2_PRICE_ID
RxTier1Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK3_PRICE_ID
RxTier1Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK4_PRICE_ID
RxTier1Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK5_PRICE_ID
RxTier1Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK6_PRICE_ID
RxTier1Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK7_PRICE_ID
RxTier1Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK8_PRICE_ID
RxTier1Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK9_PRICE_ID
RxTier1Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK10_PRICE_ID
RxTier1Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK11_PRICE_ID
RxTier1Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK12_PRICE_ID
RxTier1Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK13_PRICE_ID
RxTier1Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK14_PRICE_ID
RxTier1Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK15_PRICE_ID
RxTier1Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER1_BLOCK16_PRICE_ID
RxTier1Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK1_PRICE_ID
RxTier2Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK2_PRICE_ID
RxTier2Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK3_PRICE_ID
RxTier2Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK4_PRICE_ID
RxTier2Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK5_PRICE_ID
RxTier2Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK6_PRICE_ID
RxTier2Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK7_PRICE_ID
RxTier2Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK8_PRICE_ID
RxTier2Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK9_PRICE_ID
RxTier2Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK10_PRICE_ID
RxTier2Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK11_PRICE_ID
RxTier2Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK12_PRICE_ID
RxTier2Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK13_PRICE_ID
RxTier2Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK14_PRICE_ID
RxTier2Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK15_PRICE_ID
RxTier2Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER2_BLOCK16_PRICE_ID
RxTier2Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK1_PRICE_ID
RxTier3Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK2_PRICE_ID
RxTier3Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK3_PRICE_ID
RxTier3Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK4_PRICE_ID
RxTier3Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK5_PRICE_ID
RxTier3Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK6_PRICE_ID
RxTier3Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK7_PRICE_ID
RxTier3Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK8_PRICE_ID
RxTier3Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK9_PRICE_ID
RxTier3Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK10_PRICE_ID
RxTier3Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK11_PRICE_ID
RxTier3Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK12_PRICE_ID
RxTier3Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK13_PRICE_ID
RxTier3Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK14_PRICE_ID
RxTier3Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK15_PRICE_ID
RxTier3Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER3_BLOCK16_PRICE_ID
RxTier3Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK1_PRICE_ID
RxTier4Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK2_PRICE_ID
RxTier4Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK3_PRICE_ID
RxTier4Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK4_PRICE_ID
RxTier4Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK5_PRICE_ID
RxTier4Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK6_PRICE_ID
RxTier4Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK7_PRICE_ID
RxTier4Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK8_PRICE_ID
RxTier4Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK9_PRICE_ID
RxTier4Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK10_PRICE_ID
RxTier4Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK11_PRICE_ID
RxTier4Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK12_PRICE_ID
RxTier4Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK13_PRICE_ID
RxTier4Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK14_PRICE_ID
RxTier4Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK15_PRICE_ID
RxTier4Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER4_BLOCK16_PRICE_ID
RxTier4Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK1_PRICE_ID
RxTier5Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK2_PRICE_ID
RxTier5Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK3_PRICE_ID
RxTier5Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK4_PRICE_ID
RxTier5Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK5_PRICE_ID
RxTier5Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK6_PRICE_ID
RxTier5Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK7_PRICE_ID
RxTier5Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK8_PRICE_ID
RxTier5Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK9_PRICE_ID
RxTier5Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK10_PRICE_ID
RxTier5Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK11_PRICE_ID
RxTier5Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK12_PRICE_ID
RxTier5Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK13_PRICE_ID
RxTier5Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK14_PRICE_ID
RxTier5Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK15_PRICE_ID
RxTier5Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER5_BLOCK16_PRICE_ID
RxTier5Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK1_PRICE_ID
RxTier6Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK2_PRICE_ID
RxTier6Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK3_PRICE_ID
RxTier6Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK4_PRICE_ID
RxTier6Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK5_PRICE_ID
RxTier6Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK6_PRICE_ID
RxTier6Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK7_PRICE_ID
RxTier6Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK8_PRICE_ID
RxTier6Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK9_PRICE_ID
RxTier6Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK10_PRICE_ID
RxTier6Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK11_PRICE_ID
RxTier6Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK12_PRICE_ID
RxTier6Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK13_PRICE_ID
RxTier6Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK14_PRICE_ID
RxTier6Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK15_PRICE_ID
RxTier6Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER6_BLOCK16_PRICE_ID
RxTier6Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK1_PRICE_ID
RxTier7Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK2_PRICE_ID
RxTier7Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK3_PRICE_ID
RxTier7Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK4_PRICE_ID
RxTier7Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK5_PRICE_ID
RxTier7Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK6_PRICE_ID
RxTier7Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK7_PRICE_ID
RxTier7Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK8_PRICE_ID
RxTier7Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK9_PRICE_ID
RxTier7Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK10_PRICE_ID
RxTier7Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK11_PRICE_ID
RxTier7Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK12_PRICE_ID
RxTier7Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK13_PRICE_ID
RxTier7Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK14_PRICE_ID
RxTier7Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK15_PRICE_ID
RxTier7Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER7_BLOCK16_PRICE_ID
RxTier7Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK1_PRICE_ID
RxTier8Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK2_PRICE_ID
RxTier8Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK3_PRICE_ID
RxTier8Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK4_PRICE_ID
RxTier8Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK5_PRICE_ID
RxTier8Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK6_PRICE_ID
RxTier8Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK7_PRICE_ID
RxTier8Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK8_PRICE_ID
RxTier8Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK9_PRICE_ID
RxTier8Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK10_PRICE_ID
RxTier8Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK11_PRICE_ID
RxTier8Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK12_PRICE_ID
RxTier8Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK13_PRICE_ID
RxTier8Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK14_PRICE_ID
RxTier8Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK15_PRICE_ID
RxTier8Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER8_BLOCK16_PRICE_ID
RxTier8Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK1_PRICE_ID
RxTier9Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK2_PRICE_ID
RxTier9Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK3_PRICE_ID
RxTier9Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK4_PRICE_ID
RxTier9Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK5_PRICE_ID
RxTier9Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK6_PRICE_ID
RxTier9Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK7_PRICE_ID
RxTier9Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK8_PRICE_ID
RxTier9Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK9_PRICE_ID
RxTier9Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK10_PRICE_ID
RxTier9Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK11_PRICE_ID
RxTier9Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK12_PRICE_ID
RxTier9Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK13_PRICE_ID
RxTier9Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK14_PRICE_ID
RxTier9Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK15_PRICE_ID
RxTier9Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER9_BLOCK16_PRICE_ID
RxTier9Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK1_PRICE_ID
RxTier10Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK2_PRICE_ID
RxTier10Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK3_PRICE_ID
RxTier10Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK4_PRICE_ID
RxTier10Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK5_PRICE_ID
RxTier10Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK6_PRICE_ID
RxTier10Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK7_PRICE_ID
RxTier10Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK8_PRICE_ID
RxTier10Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK9_PRICE_ID
RxTier10Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK10_PRICE_ID
RxTier10Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK11_PRICE_ID
RxTier10Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK12_PRICE_ID
RxTier10Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK13_PRICE_ID
RxTier10Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK14_PRICE_ID
RxTier10Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK15_PRICE_ID
RxTier10Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER10_BLOCK16_PRICE_ID
RxTier10Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK1_PRICE_ID
RxTier11Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK2_PRICE_ID
RxTier11Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK3_PRICE_ID
RxTier11Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK4_PRICE_ID
RxTier11Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK5_PRICE_ID
RxTier11Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK6_PRICE_ID
RxTier11Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK7_PRICE_ID
RxTier11Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK8_PRICE_ID
RxTier11Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK9_PRICE_ID
RxTier11Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK10_PRICE_ID
RxTier11Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK11_PRICE_ID
RxTier11Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK12_PRICE_ID
RxTier11Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK13_PRICE_ID
RxTier11Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK14_PRICE_ID
RxTier11Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK15_PRICE_ID
RxTier11Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER11_BLOCK16_PRICE_ID
RxTier11Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK1_PRICE_ID
RxTier12Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK2_PRICE_ID
RxTier12Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK3_PRICE_ID
RxTier12Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK4_PRICE_ID
RxTier12Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK5_PRICE_ID
RxTier12Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK6_PRICE_ID
RxTier12Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK7_PRICE_ID
RxTier12Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK8_PRICE_ID
RxTier12Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK9_PRICE_ID
RxTier12Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK10_PRICE_ID
RxTier12Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK11_PRICE_ID
RxTier12Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK12_PRICE_ID
RxTier12Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK13_PRICE_ID
RxTier12Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK14_PRICE_ID
RxTier12Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK15_PRICE_ID
RxTier12Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER12_BLOCK16_PRICE_ID
RxTier12Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK1_PRICE_ID
RxTier13Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK2_PRICE_ID
RxTier13Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK3_PRICE_ID
RxTier13Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK4_PRICE_ID
RxTier13Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK5_PRICE_ID
RxTier13Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK6_PRICE_ID
RxTier13Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK7_PRICE_ID
RxTier13Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK8_PRICE_ID
RxTier13Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK9_PRICE_ID
RxTier13Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK10_PRICE_ID
RxTier13Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK11_PRICE_ID
RxTier13Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK12_PRICE_ID
RxTier13Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK13_PRICE_ID
RxTier13Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK14_PRICE_ID
RxTier13Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK15_PRICE_ID
RxTier13Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER13_BLOCK16_PRICE_ID
RxTier13Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK1_PRICE_ID
RxTier14Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK2_PRICE_ID
RxTier14Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK3_PRICE_ID
RxTier14Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK4_PRICE_ID
RxTier14Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK5_PRICE_ID
RxTier14Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK6_PRICE_ID
RxTier14Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK7_PRICE_ID
RxTier14Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK8_PRICE_ID
RxTier14Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK9_PRICE_ID
RxTier14Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK10_PRICE_ID
RxTier14Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK11_PRICE_ID
RxTier14Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK12_PRICE_ID
RxTier14Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK13_PRICE_ID
RxTier14Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK14_PRICE_ID
RxTier14Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK15_PRICE_ID
RxTier14Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER14_BLOCK16_PRICE_ID
RxTier14Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK1_PRICE_ID
RxTier15Block1Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK2_PRICE_ID
RxTier15Block2Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK3_PRICE_ID
RxTier15Block3Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK4_PRICE_ID
RxTier15Block4Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK5_PRICE_ID
RxTier15Block5Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK6_PRICE_ID
RxTier15Block6Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK7_PRICE_ID
RxTier15Block7Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK8_PRICE_ID
RxTier15Block8Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK9_PRICE_ID
RxTier15Block9Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK10_PRICE_ID
RxTier15Block10Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK11_PRICE_ID
RxTier15Block11Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK12_PRICE_ID
RxTier15Block12Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK13_PRICE_ID
RxTier15Block13Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK14_PRICE_ID
RxTier15Block14Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK15_PRICE_ID
RxTier15Block15Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RX_TIER15_BLOCK16_PRICE_ID
RxTier15Block16Price attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER16_ID
ReceivedPriceTier16 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER17_ID
ReceivedPriceTier17 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER18_ID
ReceivedPriceTier18 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER19_ID
ReceivedPriceTier19 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER20_ID
ReceivedPriceTier20 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER21_ID
ReceivedPriceTier21 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER22_ID
ReceivedPriceTier22 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER23_ID
ReceivedPriceTier23 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER24_ID
ReceivedPriceTier24 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER25_ID
ReceivedPriceTier25 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER26_ID
ReceivedPriceTier26 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER27_ID
ReceivedPriceTier27 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER28_ID
ReceivedPriceTier28 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER29_ID
ReceivedPriceTier29 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER30_ID
ReceivedPriceTier30 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER31_ID
ReceivedPriceTier31 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER32_ID
ReceivedPriceTier32 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER33_ID
ReceivedPriceTier33 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER34_ID
ReceivedPriceTier34 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER35_ID
ReceivedPriceTier35 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER36_ID
ReceivedPriceTier36 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER37_ID
ReceivedPriceTier37 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER38_ID
ReceivedPriceTier38 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER39_ID
ReceivedPriceTier39 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER40_ID
ReceivedPriceTier40 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER41_ID
ReceivedPriceTier41 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER42_ID
ReceivedPriceTier42 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER43_ID
ReceivedPriceTier43 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER44_ID
ReceivedPriceTier44 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER45_ID
ReceivedPriceTier45 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER46_ID
ReceivedPriceTier46 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER47_ID
ReceivedPriceTier47 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_PRICE_TIER48_ID
ReceivedPriceTier48 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TARIFF_LABEL_ID
ReceivedTariffLabel attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_NUMBER_OF_PRICE_TIERS_IN_USE_ID
ReceivedNumberOfPriceTiersInUse attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_NUMBER_OF_BLOCK_THRESHOLDS_IN_USE_ID
ReceivedNumberOfBlockThresholdsInUse attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TIER_BLOCK_MODE_ID
ReceivedTierBlockMode attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_TARIFF_RESOLUTION_PERIOD_ID
ReceivedTariffResolutionPeriod attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_CO2_ID
ReceivedCO2 attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_CO2_UNIT_ID
ReceivedCO2Unit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_CO2_TRAILING_DIGIT_ID
ReceivedCO2TrailingDigit attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_CURRENT_BILLING_PERIOD_START_ID
ReceivedCurrentBillingPeriodStart attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_CURRENT_BILLING_PERIOD_DURATION_ID
ReceivedCurrentBillingPeriodDuration attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_LAST_BILLING_PERIOD_START_ID
ReceivedLastBillingPeriodStart attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_LAST_BILLING_PERIOD_DURATION_ID
ReceivedLastBillingPeriodDuration attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_RECEIVED_LAST_BILLING_PERIOD_CONSOLIDATED_BILL_ID
ReceivedLastBillingPeriodConsolidatedBill attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_TIER1_PRICE_LABEL_ID
-
enum ezb_zcl_price_server_block_period_duration_type_t
Enumeration for ZCL BlockPeriodDurationType attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_BLOCK_PERIOD_DURATION_TYPE_MINUTES
Minutes
-
enumerator EZB_ZCL_PRICE_BLOCK_PERIOD_DURATION_TYPE_DAYS
Days
-
enumerator EZB_ZCL_PRICE_BLOCK_PERIOD_DURATION_TYPE_WEEKS
Weeks
-
enumerator EZB_ZCL_PRICE_BLOCK_PERIOD_DURATION_TYPE_MONTHS
Months
-
enumerator EZB_ZCL_PRICE_BLOCK_PERIOD_DURATION_TYPE_MINUTES
-
enum ezb_zcl_price_server_calorific_value_unit_t
Enumeration for ZCL CalorificValueUnit attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_M3
MjM3
-
enumerator EZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_KG
MjKg
-
enumerator EZB_ZCL_PRICE_CALORIFIC_VALUE_UNIT_MJ_M3
-
enum ezb_zcl_price_server_tier_block_mode_t
Enumeration for ZCL TierBlockMode attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_TIER_BLOCK_MODE_SINGLE_SET_THRESHOLDS
SingleSetThresholds
-
enumerator EZB_ZCL_PRICE_TIER_BLOCK_MODE_COMMON_THRESHOLDS_ACROSS_TOU
CommonThresholdsAcrossTOU
-
enumerator EZB_ZCL_PRICE_TIER_BLOCK_MODE_INDIVIDUAL_THRESHOLDS_PER_TOU
IndividualThresholdsPerTOU
-
enumerator EZB_ZCL_PRICE_TIER_BLOCK_MODE_NOT_USED
NotUsed
-
enumerator EZB_ZCL_PRICE_TIER_BLOCK_MODE_SINGLE_SET_THRESHOLDS
-
enum ezb_zcl_price_server_tariff_resolution_period_t
Enumeration for ZCL TariffResolutionPeriod attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_TARIFF_RESOLUTION_PERIOD_NOT_DEFINED
NotDefined
-
enumerator EZB_ZCL_PRICE_TARIFF_RESOLUTION_PERIOD_BLOCK_PERIOD
BlockPeriod
-
enumerator EZB_ZCL_PRICE_TARIFF_RESOLUTION_PERIOD_ONE_DAY
OneDay
-
enumerator EZB_ZCL_PRICE_TARIFF_RESOLUTION_PERIOD_NOT_DEFINED
-
enum ezb_zcl_price_server_co2_unit_t
Enumeration for ZCL CO2Unit attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_CO2_UNIT_RESERVED_FOR_FUTURE_USE
ReservedForFutureUse
-
enumerator EZB_ZCL_PRICE_CO2_UNIT_KG_PERK_WH
kgPerkWh
-
enumerator EZB_ZCL_PRICE_CO2_UNIT_KG_PER_GALLON_OF_GASOLINE
kgPerGallonOfGasoline
-
enumerator EZB_ZCL_PRICE_CO2_UNIT_KG_PER_THERM_OF_NATURAL_GAS
kgPerThermOfNaturalGas
-
enumerator EZB_ZCL_PRICE_CO2_UNIT_RESERVED_FOR_FUTURE_USE
-
enum ezb_zcl_price_server_credit_payment_status_t
Enumeration for ZCL CreditPaymentStatus attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_CREDIT_PAYMENT_STATUS_PENDING
Pending
-
enumerator EZB_ZCL_PRICE_CREDIT_PAYMENT_STATUS_RECEIVED
Received
-
enumerator EZB_ZCL_PRICE_CREDIT_PAYMENT_STATUS_OVERDUE
Overdue
-
enumerator EZB_ZCL_PRICE_CREDIT_PAYMENT_STATUS_2_PAYMENTS_OVERDUE
2PaymentsOverdue
-
enumerator EZB_ZCL_PRICE_CREDIT_PAYMENT_STATUS_3_PAYMENTS_OVERDUE
3PaymentsOverdue
-
enumerator EZB_ZCL_PRICE_CREDIT_PAYMENT_STATUS_PENDING
-
enum ezb_zcl_price_server_payment_discount_period_t
Enumeration for ZCL PaymentDiscountPeriod attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_PAYMENT_DISCOUNT_PERIOD_CURRENT_BILLING_PERIOD
CurrentBillingPeriod
-
enumerator EZB_ZCL_PRICE_PAYMENT_DISCOUNT_PERIOD_CURRENT_CONSOLIDATED_BILL
CurrentConsolidatedBill
-
enumerator EZB_ZCL_PRICE_PAYMENT_DISCOUNT_PERIOD_ONE_MONTH
OneMonth
-
enumerator EZB_ZCL_PRICE_PAYMENT_DISCOUNT_PERIOD_ONE_QUARTER
OneQuarter
-
enumerator EZB_ZCL_PRICE_PAYMENT_DISCOUNT_PERIOD_ONE_YEAR
OneYear
-
enumerator EZB_ZCL_PRICE_PAYMENT_DISCOUNT_PERIOD_CURRENT_BILLING_PERIOD
-
enum ezb_zcl_price_server_received_tariff_resolution_period_t
Enumeration for ZCL ReceivedTariffResolutionPeriod attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_RECEIVED_TARIFF_RESOLUTION_PERIOD_NOT_DEFINED
NotDefined
-
enumerator EZB_ZCL_PRICE_RECEIVED_TARIFF_RESOLUTION_PERIOD_BLOCK_PERIOD
BlockPeriod
-
enumerator EZB_ZCL_PRICE_RECEIVED_TARIFF_RESOLUTION_PERIOD_ONE_DAY
OneDay
-
enumerator EZB_ZCL_PRICE_RECEIVED_TARIFF_RESOLUTION_PERIOD_NOT_DEFINED
-
enum ezb_zcl_price_server_received_co2_unit_t
Enumeration for ZCL ReceivedCO2Unit attribute of Price.
Values:
-
enumerator EZB_ZCL_PRICE_RECEIVED_CO2_UNIT_RESERVED_FOR_FUTURE_USE
ReservedForFutureUse
-
enumerator EZB_ZCL_PRICE_RECEIVED_CO2_UNIT_KG_PERK_WH
kgPerkWh
-
enumerator EZB_ZCL_PRICE_RECEIVED_CO2_UNIT_KG_PER_GALLON_OF_GASOLINE
kgPerGallonOfGasoline
-
enumerator EZB_ZCL_PRICE_RECEIVED_CO2_UNIT_KG_PER_THERM_OF_NATURAL_GAS
kgPerThermOfNaturalGas
-
enumerator EZB_ZCL_PRICE_RECEIVED_CO2_UNIT_RESERVED_FOR_FUTURE_USE
-
enum ezb_zcl_price_server_cmd_id_t
Received Command identifiers for the Price cluster.
Values:
-
enumerator EZB_ZCL_CMD_PRICE_GET_CURRENT_PRICE_ID
GetCurrentPrice command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_SCHEDULED_PRICES_ID
GetScheduledPrices command.
-
enumerator EZB_ZCL_CMD_PRICE_PRICE_ACKNOWLEDGEMENT_ID
PriceAcknowledgement command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_BLOCK_PERIOD_ID
GetBlockPeriod command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CONVERSION_FACTOR_ID
GetConversionFactor command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CALORIFIC_VALUE_ID
GetCalorificValue command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_TARIFF_INFORMATION_ID
GetTariffInformation command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_PRICE_MATRIX_ID
GetPriceMatrix command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_BLOCK_THRESHOLDS_ID
GetBlockThresholds command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CO2_VALUE_ID
GetCO2Value command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_TIER_LABELS_ID
GetTierLabels command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_BILLING_PERIOD_ID
GetBillingPeriod command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CONSOLIDATED_BILL_ID
GetConsolidatedBill command.
-
enumerator EZB_ZCL_CMD_PRICE_CPP_EVENT_RESPONSE_ID
CPPEventResponse command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CREDIT_PAYMENT_ID
GetCreditPayment command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CURRENCY_CONVERSION_ID
GetCurrencyConversion command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_TARIFF_CANCELLATION_ID
GetTariffCancellation command.
-
enumerator EZB_ZCL_CMD_PRICE_GET_CURRENT_PRICE_ID
-
enum ezb_zcl_price_client_attr_t
Attribute identifiers for the price client cluster.
Values:
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_INCREASE_RANDOMIZE_MINUTES_ID
PriceIncreaseRandomizeMinutes attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_DECREASE_RANDOMIZE_MINUTES_ID
PriceDecreaseRandomizeMinutes attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_CLIENT_COMMODITY_TYPE_ID
ClientCommodityType attribute.
-
enumerator EZB_ZCL_ATTR_PRICE_PRICE_INCREASE_RANDOMIZE_MINUTES_ID
-
enum ezb_zcl_price_client_cmd_id_t
Received Command identifiers for the Price cluster.
Values:
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_PRICE_ID
PublishPrice command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_BLOCK_PERIOD_ID
PublishBlockPeriod command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CONVERSION_FACTOR_ID
PublishConversionFactor command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CALORIFIC_VALUE_ID
PublishCalorificValue command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_TARIFF_INFORMATION_ID
PublishTariffInformation command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_PRICE_MATRIX_ID
PublishPriceMatrix command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_BLOCK_THRESHOLDS_ID
PublishBlockThresholds command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CO2_VALUE_ID
PublishCO2Value command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_TIER_LABELS_ID
PublishTierLabels command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_BILLING_PERIOD_ID
PublishBillingPeriod command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CONSOLIDATED_BILL_ID
PublishConsolidatedBill command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CPP_EVENT_ID
PublishCPPEvent command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CREDIT_PAYMENT_ID
PublishCreditPayment command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_CURRENCY_CONVERSION_ID
PublishCurrencyConversion command.
-
enumerator EZB_ZCL_CMD_PRICE_CANCEL_TARIFF_ID
CancelTariff command.
-
enumerator EZB_ZCL_CMD_PRICE_PUBLISH_PRICE_ID
5.2.6.3.7.3.7. Header File
5.2.6.3.7.3.8. Functions
-
ezb_err_t ezb_zcl_price_get_current_price_cmd_req(const ezb_zcl_price_get_current_price_cmd_t *cmd_req)
Send ZCL Price Get Current Price command request.
- Parameters:
cmd_req -- Pointer to the Get Current Price command request structure.
- Returns:
Error code.
-
ezb_err_t ezb_zcl_price_get_scheduled_prices_cmd_req(const ezb_zcl_price_get_scheduled_prices_cmd_t *cmd_req)
Send ZCL Price Get Scheduled Prices command request.
- Parameters:
cmd_req -- Pointer to the Get Scheduled Prices command request structure.
- Returns:
Error code.
-
ezb_err_t ezb_zcl_price_get_tier_labels_cmd_req(const ezb_zcl_price_get_tier_labels_cmd_t *cmd_req)
Send ZCL Price Get Tier Labels command request.
- Parameters:
cmd_req -- Pointer to the Get Tier Labels command request structure
- Returns:
Error code.
-
ezb_err_t ezb_zcl_price_publish_price_cmd_req(const ezb_zcl_price_publish_price_cmd_t *cmd_req)
Send ZCL Price Publish Price command request.
Note
In the case of an update to the pricing information from the commodity provider, the Publish Price command should be unicast to all individually registered devices implementing the Price Cluster on the ZigBee Smart Energy network. In spec 10.2.2.4.1.
- Parameters:
cmd_req -- Pointer to the Publish Price command request structure.
- Returns:
Error code.
-
ezb_err_t ezb_zcl_price_publish_tier_labels_cmd_req(const ezb_zcl_price_publish_tier_labels_cmd_t *cmd_req)
Send ZCL Price Publish Tier Labels command request.
- Parameters:
cmd_req -- Pointer to the Publish Tier Labels command request structure
- Returns:
Error code.
5.2.6.3.7.3.9. Structures
-
struct ezb_zcl_price_get_scheduled_prices_payload_s
Payload for the ZCL Price Get Scheduled Prices command.
-
struct ezb_zcl_price_price_ack_payload_s
Payload for the ZCL Price Price Ack command.
-
struct ezb_zcl_price_publish_price_payload_s
Payload for the ZCL Price Publish Price command.
Public Members
-
uint32_t provider_id
Unique identifier for the commodity provider.
-
uint8_t rate_label[EZB_ZCL_PRICE_RATE_LABEL_MAX_LENGTH]
Commodity provider-specific information regarding the current billing rate.
-
uint32_t issuer_event_id
Unique identifier generated by the commodity provider allows devices to determine which pricing information is newer.
-
uint32_t current_time
UTC Time field containing the current time as determined by the device.
-
uint8_t unit_of_measure
Field identifying the commodity as well as this base units of measure.
-
uint16_t currency
Field identifying information concerning the local unit of currency used in the price field.
-
uint8_t price_trailing_digit
Determines where the decimal point is located in the price field.
-
uint8_t price_tier
Indicates the current price tier as chosen by the commodity provider.
-
uint8_t number_of_price_tiers
Represents the maximum number of price tiers available.
-
uint8_t register_tier
Indicates the register tier used with the current Price Tier.
-
uint32_t start_time
Denotes the time at which the signal becomes valid. Value 0x00000000 is a special time denoting "now".
-
uint16_t duration_in_minutes
Denotes amount of time in minutes after Start Time during which the price signal is valid.
-
uint32_t price
Contains the price of the commodity measured in base unit of Currency per Unit of Measure with the decimal point located as indicated by the Price Trailing Digit field when the commodity is delivered to premises.
-
uint8_t price_ratio
Gives the ratio of the price denoted in the Price field to the "normal" price, chosen by the commodity provider.
-
uint32_t generation_price
Contains the price of the commodity measured in base unit of Currency per Unit of Measure with the decimal point located as indicated by the Price Trailing Digit field when the commodity is received from premises.
-
uint8_t generation_price_ratio
Gives the ratio of the price denoted in the Generation Price field to the "normal" price, chosen by the commodity provider.
-
uint32_t alternate_cost_delivered
Provides mechanism to describe an alternative measure of the cost of the energy consumed.
-
uint8_t alternate_cost_unit
Identifies the unit for Alternate Cost Delivered field.
-
uint8_t alternate_cost_trailing_digit
Determines where the decimal point is located in the alternate cost field.
-
uint8_t number_of_block_thresholds
Indicates the number of block thresholds available.
-
uint8_t price_control
Identifies additional control options (PriceAcknowledgement policy and total number of tier flag).
-
uint8_t number_of_generation_tiers
Specifies the total number of generation tiers applicable in the current tariff.
-
uint8_t generation_tier
Specifies the current generation tier.
-
uint8_t extended_number_of_price_tiers
Indicates a maximum number of tier available.
-
uint8_t extended_price_tier
Indicates the current price tier.
-
uint8_t extended_register_tier
Indicates the register tier used with the current Price Tier.
-
uint32_t provider_id
-
struct ezb_zcl_price_tier_label_entry_s
Tier information for Price Publish Tier Labels command.
Public Members
-
uint8_t tier_id
The tier number that the associated TierLabel applies to.
-
uint8_t tier_label[EZB_ZCL_PRICE_TIER_LABEL_MAX_LENGTH]
Octet String field capable of storing a 12 character string (the first character indicates the string length, represented in hexadecimal format) encoded in the UTF-8 format.
-
uint8_t tier_id
-
struct ezb_zcl_price_publish_tier_labels_payload_s
Payload for the ZCL Price Publish Tier Labels command.
Public Members
-
uint32_t provider_id
An unsigned 32-bit field containing a unique identifier for the commodity provider.
-
uint32_t issuer_event_id
Unique identifier generated by the commodity provider.
-
uint32_t issuer_tariff_id
Unique identifier generated by the commodity supplier.
-
uint8_t command_index
This is used to count the payload fragments in the case where the entire payload does not fit into one message.
-
uint8_t total_number_of_commands
In the case where the entire payload does not fit into one message, this field indicates the total number of sub-commands in the message.
-
uint8_t number_of_labels
The number of TierID/Tier Label sets contained within the command.
-
ezb_zcl_price_tier_label_entry_t *tier_labels
Tier labels published in the command
-
uint32_t provider_id
-
struct ezb_zcl_price_get_current_price_cmd_s
Structure for the ZCL Price Get Current Price command.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
uint8_t cmd_opts
Command options.
-
struct ezb_zcl_price_get_current_price_cmd_s payload
Payload of Get Current Price command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_price_get_scheduled_prices_cmd_s
Structure for the ZCL Price Get Scheduled Prices command.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_price_get_scheduled_prices_payload_t payload
Payload of Get Scheduled Prices command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_price_get_tier_labels_cmd_s
Structure for the ZCL Price Get Tier Labels command.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
uint32_t issuer_tariff_id
Issuer Tariff ID.
-
struct ezb_zcl_price_get_tier_labels_cmd_s payload
Payload of Get Tier Labels command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_price_publish_price_cmd_s
Structure for the ZCL Price Publish Price command.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_price_publish_price_payload_t payload
Payload of Publish Price Command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_price_publish_tier_labels_cmd_s
Structure for the ZCL Price Publish Tier Labels command.
Public Members
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
Control information for the ZCL command.
-
ezb_zcl_price_publish_tier_labels_payload_t payload
Payload of Publish Tier Labels Command.
-
ezb_zcl_cluster_cmd_ctrl_t cmd_ctrl
-
struct ezb_zcl_price_get_current_price_message_s
Message for the ZCL Price Get Current Price command message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
uint8_t cmd_opts
Command options.
-
struct ezb_zcl_price_get_current_price_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_price_get_current_price_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_price_get_scheduled_prices_message_s
Message for the ZCL Price Get Scheduled Prices command message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_price_get_scheduled_prices_payload_t payload
Payload of Get Scheduled Prices command.
-
struct ezb_zcl_price_get_scheduled_prices_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_price_get_scheduled_prices_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_price_price_ack_message_s
Message for the ZCL Price Price Ack command message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_price_price_ack_payload_t payload
Payload of Price Ack command.
-
struct ezb_zcl_price_price_ack_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_price_price_ack_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_price_get_tier_labels_message_s
Message for the ZCL Price Get Tier Labels command message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
uint32_t issuer_tariff_id
Issuer Tariff ID.
-
struct ezb_zcl_price_get_tier_labels_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
ezb_zcl_price_publish_tier_labels_payload_t *payload
Payload of Publish Tier Labels command.
-
ezb_zcl_cmd_cnf_ctx_t cnf_ctx
Command confirmation context, which will be triggered when response is confirmed.
-
struct ezb_zcl_price_get_tier_labels_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_price_publish_price_message_s
Message for the ZCL Price Publish Price command message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_price_publish_price_payload_t payload
Payload of Publish Price command.
-
struct ezb_zcl_price_publish_price_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_price_publish_price_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
-
struct ezb_zcl_price_publish_tier_labels_message_s
Message for the ZCL Price Publish Tier Labels command message.
Public Members
-
ezb_zcl_message_info_t info
Basic information about the ZCL message.
-
const ezb_zcl_cmd_hdr_t *header
ZCL command header information. See ezb_zcl_cmd_hdr_s.
-
ezb_zcl_price_publish_tier_labels_payload_t payload
Payload of Publish Tier Labels command.
-
struct ezb_zcl_price_publish_tier_labels_message_s in
Input: parsed fields from the request.
-
ezb_zcl_status_t result
Status of processing in application.
-
struct ezb_zcl_price_publish_tier_labels_message_s out
Output: result to send back.
-
ezb_zcl_message_info_t info
5.2.6.3.7.3.10. Macros
-
EZB_ZCL_PRICE_TIER_LABEL_MAX_LENGTH
Maximum length of the tier label.
-
EZB_ZCL_PRICE_RATE_LABEL_MAX_LENGTH
Maximum length of the rate label.
5.2.6.3.7.3.11. Type Definitions
-
typedef enum ezb_zcl_price_get_current_price_cmd_opts_s ezb_zcl_price_get_current_price_cmd_opts_t
Command options for the ZCL Price Get Current Price command.
-
typedef struct ezb_zcl_price_get_scheduled_prices_payload_s ezb_zcl_price_get_scheduled_prices_payload_t
Payload for the ZCL Price Get Scheduled Prices command.
-
typedef struct ezb_zcl_price_price_ack_payload_s ezb_zcl_price_price_ack_payload_t
Payload for the ZCL Price Price Ack command.
-
typedef struct ezb_zcl_price_publish_price_payload_s ezb_zcl_price_publish_price_payload_t
Payload for the ZCL Price Publish Price command.
-
typedef struct ezb_zcl_price_tier_label_entry_s ezb_zcl_price_tier_label_entry_t
Tier information for Price Publish Tier Labels command.
-
typedef struct ezb_zcl_price_publish_tier_labels_payload_s ezb_zcl_price_publish_tier_labels_payload_t
Payload for the ZCL Price Publish Tier Labels command.
-
typedef struct ezb_zcl_price_get_current_price_cmd_s ezb_zcl_price_get_current_price_cmd_t
Structure for the ZCL Price Get Current Price command.
-
typedef struct ezb_zcl_price_get_scheduled_prices_cmd_s ezb_zcl_price_get_scheduled_prices_cmd_t
Structure for the ZCL Price Get Scheduled Prices command.
-
typedef struct ezb_zcl_price_get_tier_labels_cmd_s ezb_zcl_price_get_tier_labels_cmd_t
Structure for the ZCL Price Get Tier Labels command.
-
typedef struct ezb_zcl_price_publish_price_cmd_s ezb_zcl_price_publish_price_cmd_t
Structure for the ZCL Price Publish Price command.
-
typedef struct ezb_zcl_price_publish_tier_labels_cmd_s ezb_zcl_price_publish_tier_labels_cmd_t
Structure for the ZCL Price Publish Tier Labels command.
-
typedef struct ezb_zcl_price_get_current_price_message_s ezb_zcl_price_get_current_price_message_t
Message for the ZCL Price Get Current Price command message.
-
typedef struct ezb_zcl_price_get_scheduled_prices_message_s ezb_zcl_price_get_scheduled_prices_message_t
Message for the ZCL Price Get Scheduled Prices command message.
-
typedef struct ezb_zcl_price_price_ack_message_s ezb_zcl_price_price_ack_message_t
Message for the ZCL Price Price Ack command message.
-
typedef struct ezb_zcl_price_get_tier_labels_message_s ezb_zcl_price_get_tier_labels_message_t
Message for the ZCL Price Get Tier Labels command message.
-
typedef struct ezb_zcl_price_publish_price_message_s ezb_zcl_price_publish_price_message_t
Message for the ZCL Price Publish Price command message.
-
typedef struct ezb_zcl_price_publish_tier_labels_message_s ezb_zcl_price_publish_tier_labels_message_t
Message for the ZCL Price Publish Tier Labels command message.