ClearBlade IoT Core

projects.locations.registries.devices.states

Resource: DeviceState

The device state, as reported by the device.

JSON representation

{
  "updateTime": string,
  "binaryData": string
}

Fields

updateTime

string (Timestamp format)

[Output only] The time at which this state version was updated in ClearBlade IoT Core.

A timestamp in RFC3339 UTC Zulu format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

binaryData

string (bytes format)

The device state data.

A base64-encoded string.

Methods

list

Lists the device state’s last few versions in descending order (i.e., newest first).