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
/
AirPressureMeasurement
Air
Pressure
Measurement
@
Serializable
data
class
AirPressureMeasurement
(
val
time
:
Instant
,
val
pressure
:
Pressure
,
val
altitude
:
Double
?
=
null
,
val
sensorIdentifier
:
String
)
:
InstantaneousMeasurement
Members
Constructors
Air
Pressure
Measurement
Link copied to clipboard
constructor
(
time
:
Instant
,
pressure
:
Pressure
,
altitude
:
Double
?
=
null
,
sensorIdentifier
:
String
)
Properties
altitude
Link copied to clipboard
val
altitude
:
Double
?
data
Type
Link copied to clipboard
open
override
val
dataType
:
SensorDataType
pressure
Link copied to clipboard
val
pressure
:
Pressure
sensor
Identifier
Link copied to clipboard
open
override
val
sensorIdentifier
:
String
time
Link copied to clipboard
open
override
val
time
:
Instant