projects.locations.registries.devices.states

Resource: DeviceState

The device state, as reported by the device.

JSON representation

JSON representation

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

Fields

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

Methods

list

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