MeterReport class

MeterReport decodes the COMMAND_CLASS_METER, METER_REPORT message

Inheritance

Constructors

MeterReport(List<int> data)

Properties

command int
no setterinherited
commandClass int
no setterinherited
data List<int>
finalinherited
deltaTime int?
no setter
hashCode int
The hash code for this object.
no setterinherited
precision int
precision is the # of decimal places in the value
no setter
previousValue num?
no setter
rateType int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale int
Scales:
no setter
sourceNode int
no setterinherited
type int
Known types:
no setter
value num
no setter
valueSize int
of bytes in the value = 1, 2, 4
no setter

Methods

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

Operators

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