ElectricalEnergyMeasurementTrait.PeriodicEnergyMeasured

interface ElectricalEnergyMeasurementTrait.PeriodicEnergyMeasured : ClusterStruct


This event gets generated when the server reaches the end of a reporting period for imported or exported energy.

Summary

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

ElectricalEnergyMeasurementTrait.EnergyMeasurementStruct?

The most recent measurement of periodic energy exported by the server and the period during which it was measured.

ElectricalEnergyMeasurementTrait.EnergyMeasurementStruct?

The most recent measurement of periodic energy imported by the server and the period during which it was measured.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

energyExported

val energyExportedElectricalEnergyMeasurementTrait.EnergyMeasurementStruct?

The most recent measurement of periodic energy exported by the server and the period during which it was measured.

energyImported

val energyImportedElectricalEnergyMeasurementTrait.EnergyMeasurementStruct?

The most recent measurement of periodic energy imported by the server and the period during which it was measured.