Hubro Connect
Toggle table of contents
1.4.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Hubro Connect
Hubro Connect
/
no.hubroplatform.hubroconnect
/
AmbientTemperatureMeasurement
Ambient
Temperature
Measurement
@
Serializable
data
class
AmbientTemperatureMeasurement
(
val
time
:
Instant
,
val
temperature
:
Temperature
,
val
sensorIdentifier
:
String
)
:
InstantaneousMeasurement
Captures the ambient temperature.
See
Temperature
for supported units.
Members
Constructors
Ambient
Temperature
Measurement
Link copied to clipboard
constructor
(
time
:
Instant
,
temperature
:
Temperature
,
sensorIdentifier
:
String
)
Properties
data
Type
Link copied to clipboard
open
override
val
dataType
:
SensorDataType
sensor
Identifier
Link copied to clipboard
open
override
val
sensorIdentifier
:
String
temperature
Link copied to clipboard
val
temperature
:
Temperature
time
Link copied to clipboard
open
override
val
time
:
Instant