温度架构

Nest Thermostat 

sdm.devices.traits.Temperature

此 trait 适用于任何具有温度测量传感器的设备。

字段

字段 说明 数据类型
ambientTemperatureCelsius 温度(以摄氏度为单位),在设备上测量。 number
示例:23.0

GET 请求和响应示例

请求

GET /enterprises/project-id/devices/device-id

响应

{
  "name" : "enterprises/project-id/devices/device-id",
  "traits" : {
    "sdm.devices.traits.Temperature" : {
      "ambientTemperatureCelsius" : 23.0
    }
  }
}

命令

没有适用于此 trait 的命令。

错误

如需查看 API 错误代码的完整列表,请参阅 API 错误代码参考文档