ThermostatSetPointReport class

Inheritance

Constructors

ThermostatSetPointReport(List<int> data)

Properties

command int
no setterinherited
commandClass int
no setterinherited
data List<int>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
precision int
precision is the # of decimal places in the value
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale int
The units of measurement as defined in ThermostatSetPointScale
no setter
setPointType int
The current set point types are defined in ThermostatSetPointType
no setter
sourceNode int
no setterinherited
temperature num
The temperature in degrees Celsius
no setter
value num
The raw temperature in either fahrenheit or celsius depending on scale
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