Temperature class abstract Sensor Data Source

Temperature sensor data.

Provides temperature readings, either ambient or internal device temperature, along with a severity level indicator.

Inheritance

Constructors

Temperature()

Properties

acquisitionTime DateTime
The time when this sensor data was acquired.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
level TemperatureLevel
The severity level of the current temperature.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature double
The temperature value in Celsius.
no setter
type DataType
The type of this sensor data.
no setterinherited

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