Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Documentation under development

Reference URL: https://cloud.google.com/iot/docs/reference/cloudiot/rest/v1/ListDeviceStatesResponse

Response for states.list.

JSON representation

{
  "deviceStates": [
    {
      object(DeviceState)
    }
  ]
}

Fields

deviceStates[]

object(DeviceState)

The last few device states. States are listed in descending order of server update time, starting from the most recent one.

  • No labels