Readonlyaccuracy: FixedAttribute<TypeFromFields<{ This shall indicate a list of accuracy specifications for the measurement types supported by the server. There shall be an entry for ActivePower, as well as any other measurement types implemented by this server.
ReadonlyactiveThis shall indicate the most recent ActiveCurrent reading in milliamps (mA).
A positive value represents current flowing into the server, while a negative value represents current flowing out of the server.
The reporting interval of this attribute shall be manufacturer dependent. The server may choose to omit publication of deltas considered not meaningful.
The server shall NOT mark this attribute ready for report if the last time this was done was more recently than 1 second ago.
The server may delay marking this attribute ready for report for longer periods if needed, however the server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
If the current cannot be measured, a value of null shall be returned.
ReadonlyactiveThis shall indicate the most recent ActivePower reading in milliwatts (mW). If the power cannot be measured, a value of null shall be returned.
A positive value represents power imported, while a negative value represents power exported.
The reporting interval of this attribute shall be manufacturer dependent. The server may choose to omit publication of deltas considered not meaningful.
The server shall NOT mark this attribute ready for report if the last time this was done was more recently than 1 second ago.
The server may delay marking this attribute ready for report for longer periods if needed, however the server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
If the Polyphase Power feature is set, this value represents the combined active power imported or exported.
ReadonlyapparentReadonlyapparentReadonlyfrequency: OptionalAttribute<null | number | bigint, any> & { ReadonlyharmonicReadonlyharmonicReadonlyneutralReadonlynumberThis shall indicate the maximum number of measurement types the server is capable of reporting.
ReadonlypowerReadonlypowerThis shall indicate the current mode of the server. For some servers, such as an EV, this may change depending on the mode of charging or discharging.
Readonlyranges: OptionalAttribute<TypeFromFields<{ This shall indicate a list of measured ranges for different measurement types. Each measurement type shall have at most one entry in this list, representing the range of measurements in the most recent measurement period.
The reporting interval of this attribute shall be manufacturer dependent. The server may choose to omit publication of deltas considered not meaningful.
The server shall NOT mark this attribute ready for report if the last time this was done was more recently than 1 second ago.
The server may delay marking this attribute ready for report for longer periods if needed, however the server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
ReadonlyreactiveReadonlyreactiveReadonlyrmsReadonlyrmsReadonlyrmsReadonlyvoltage: OptionalAttribute<null | number | bigint, any>This shall indicate the most recent Voltage reading in millivolts (mV).
The reporting interval of this attribute shall be manufacturer dependent. The server may choose to omit publication of deltas considered not meaningful.
The server shall NOT mark this attribute ready for report if the last time this was done was more recently than 1 second ago.
The server may delay marking this attribute ready for report for longer periods if needed, however the server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
If the voltage cannot be measured, a value of null shall be returned.
ReadonlymeasurementIf supported, this event shall be generated at the end of a measurement period. The start and end times for measurement periods shall be determined by the server, and may represent overlapping periods.
ReadonlyalternatingAlternatingCurrent
This feature indicates the cluster can measure an alternating current.
ReadonlydirectDirectCurrent
This feature indicates the cluster can measure a direct current.
Readonlyharmonics: BitFlagHarmonics
This feature indicates the cluster can measure the harmonics of an alternating current.
ReadonlypolyphasePolyphasePower
This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
ReadonlypowerPowerQuality
This feature indicates the cluster can measure the harmonic phases of an alternating current.
Modify elements using ElementModifier.alter.
Modify elements using ElementModifier.enable.
Modify elements using ElementModifier.set.
Select features using ClusterComposer.compose.
Rest...selection: SelectionT
This cluster supports all ElectricalPowerMeasurement features. It may support illegal feature combinations.
If you use this cluster you must manually specify which features are active and ensure the set of active features is legal per the Matter specification.