Hubro Connect
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Hubro Connect
hubro-connect
/
no.hubroplatform.hubroconnect
/
Observation
Observation
@
Serializable
data
class
Observation
(
val
device
:
String
,
val
type
:
String
,
val
value
:
String
,
val
dateTime
:
String
)
Members
Constructors
Observation
Link copied to clipboard
constructor
(
device
:
String
,
type
:
String
,
value
:
String
,
dateTime
:
String
)
Properties
date
Time
Link copied to clipboard
val
dateTime
:
String
device
Link copied to clipboard
val
device
:
String
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String