data
field.eventId
string
targetName
string
data
struct
eventType
. See the event types below for a detailed description of each field that can be found here.timestamp
string
2021-05-16T08:13:15.361624Z
.timestamp
and updateTime
fields are located in the outer layer and data
field of an event respectively, but will always contain the same value. timestamp
or updateTime
when deciding when an event was received.sampleTime
, can only be found within the Temperature Event. These represent the timestamps of inter-heartbeat samples and are estimated by our cloud. Read more.touch
data
field content of a touch
event.updateTime
string
temperature
data
field content of a temperature
event.value
float
samples
[struct]
samples[].value
float
updateTime
string
samples
field, accompanied by a timestamp called sampleTime
. By default, if no configuration is enabled, this list contains only the single temperature value and timestamp found in the temperature event. Read more.objectPresent
data
field content of an objectPresent
event.state
string
"PRESENT"
or "NOT_PRESENT"
.updateTime
string
humidity
data
field content of a humidity
event.temperature
float
relativeHumidity
float
updateTime
string
objectPresentCount
data
field content of a objectPresentCount
event.total
int
updateTime
string
touchCount
data
field content of a touchCount
event.total
int
updateTime
string
waterPresent
data
field content of a waterPresent
event.state
string
"PRESENT"
or "NOT_PRESENT"
.updateTime
string
co2
data
field content of a co2
event.ppm
int
updateTime
string
pressure
data
field content of a pressure
event.pascal
int
updateTime
string
motion
data
field content of a motion
event.state
string
MOTION_DETECTED
or NO_MOTION_DETECTED
.updateTime
string
networkStatus
networkStatus
event is sent for each Cloud Connector that heard the sensor. As shown in the snippet below, when fetching events through a stream, Data Connector, or event history, each networkStatus
event contains only a single entry in the cloudConnectors
field. When listing a device, these individual networkStatus
events are merged and all displayed in the reported
field.data
field content of a networkStatus
event.signalStrength
int
rssi
int
cloudConnectors
[struct]
cloudConnectors[].id
string
cloudConnectors[].signalStrength
int
cloudConnectors[].rssi
int
transmissionMode
string
"LOW_POWER_STANDARD_MODE"
or "HIGH_POWER_BOOST_MODE"
.updateTime
string
batteryStatus
data
field content of a batteryStatus
event.percentage
int
updateTime
string
labelsChanged
data
field content of a labelsChanged
event.added
struct
string
type.modified
struct
string
type. The value is the new updated value.removed
[string]
connectionStatus
"ETHERNET"
and "CELLULAR"
connections are available, "ETHERNET"
is prioritized.data
field content of a connectionStatus
event.connection
string
ETHERNET
, CELLULAR
, or OFFLINE
.available
[string]
string
types of networks available to the Cloud Connector. Can contain the values "ETHERNET"
, "CELLULAR"
, or both.updateTime
string
ethernetStatus
ethernetStatus
event. data
field content of a ethernetStatus
event.macAddress
string
ipAddress
string
errors
[struct]
errors[].code
int
errors[].message
string
updateTime
string
cellularStatus
data
field content of a cellularStatus
event.signalStrength
int
errors
[struct]
errors[].code
int
errors[].message
string
updateTime
string