HvSmartElectricEnergyMeter class

Inheritance
Implemented types
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

HvSmartElectricEnergyMeter({required String deviceId, required dynamic operationStatus, required dynamic installationLocation, required dynamic protocol, required dynamic faultStatus, required dynamic manufacturer, dynamic id, dynamic instantaneousElectricPowerConsumption, dynamic consumedCumulativeElectricEnergy, dynamic manufacturerFaultCode, dynamic currentLimit, dynamic faultDescription, dynamic businessFacilityCode, dynamic productCode, dynamic serialNumber, dynamic productionDate, dynamic powerSaving, dynamic currentDateAndTime, dynamic powerLimit, dynamic hourMeter, ActiveElectricEnergyLog? activeElectricEnergyLog, ElectricPower? averageElectricPowerDemand, ActiveElectricEnergy? cumulativeActiveElectricEnergy, ActiveElectricEnergy? cumulativeActiveElectricEnergyAtEvery30Min, ActiveElectricEnergy? cumulativeActiveElectricEnergyForPowerFactor, num? cumulativeMaximumElectricPowerDemand, ReactiveElectricEnergy? cumulativeReactiveElectricEnergy, ReactiveElectricEnergy? cumulativeReactiveElectricEnergyAtEvery30Min, ReactiveElectricEnergyLog? cumulativeReactiveElectricEnergyLog, ElectricPowerLog? electricPowerDemandLog, num? fixedDate, dynamic monthlyMaximumElectricPowerDemand})
const
HvSmartElectricEnergyMeter.fromJson(Map<String, dynamic> json)
factory

Properties

activeElectricEnergyLog ActiveElectricEnergyLog?
final
averageElectricPowerDemand ElectricPower?
final
businessFacilityCode String?
finalinherited
consumedCumulativeElectricEnergy num?
finalinherited
cumulativeActiveElectricEnergy ActiveElectricEnergy?
final
cumulativeActiveElectricEnergyAtEvery30Min ActiveElectricEnergy?
final
cumulativeActiveElectricEnergyForPowerFactor ActiveElectricEnergy?
final
cumulativeMaximumElectricPowerDemand num?
final
cumulativeReactiveElectricEnergy ReactiveElectricEnergy?
final
cumulativeReactiveElectricEnergyAtEvery30Min ReactiveElectricEnergy?
final
cumulativeReactiveElectricEnergyLog ReactiveElectricEnergyLog?
final
currentDateAndTime DateTime?
finalinherited
currentLimit num?
finalinherited
deviceId String
final
deviceType DeviceType
final
electricPowerDemandLog ElectricPowerLog?
final
faultDescription String?
finalinherited
faultStatus bool
finalinherited
fixedDate num?
final
hashCode int
The hash code for this object.
no setterinherited
hourMeter HourMeter?
finalinherited
id String?
finalinherited
installationLocation String
finalinherited
instantaneousElectricPowerConsumption num?
finalinherited
manufacturer Manufacturer
finalinherited
manufacturerFaultCode String?
finalinherited
monthlyMaximumElectricPowerDemand → dynamic
final
operationStatus bool
finalinherited
powerLimit num?
finalinherited
powerSaving bool?
finalinherited
productCode String?
finalinherited
productionDate DateTime?
finalinherited
protocol Protocol
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited