Hubro Connect
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Hubro Connect
hubro-connect
/
no.hubroplatform.hubroconnect
/
AmbientTemperatureMeasurement
Ambient
Temperature
Measurement
@
Serializable
data
class
AmbientTemperatureMeasurement
(
val
time
:
Instant
,
val
temperature
:
Temperature
)
:
InstantaneousMeasurement
,
KoinComponent
Captures the ambient temperature.
See
Temperature
for supported units.
Members
Constructors
Ambient
Temperature
Measurement
Link copied to clipboard
constructor
(
time
:
Instant
,
temperature
:
Temperature
)
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
Functions
get
Koin
Link copied to clipboard
open
fun
getKoin
(
)
:
Koin