設定結構定義
sdm.devices.traits.Settings
這項特徵屬於任何裝置相關設定資訊。
欄位
欄位 | 說明 | 資料類型 |
---|---|---|
temperatureScale |
Google Nest Thermostat 顯示的度數格式。 | string 值:「CELSIUS」、「FAHRENHEIT」 |
GET 要求與回應範例
要求
GET /enterprises/project-id/devices/device-id
回應
{
"name" : "enterprises/project-id/devices/device-id",
"traits" : {
"sdm.devices.traits.Settings
" : {
"temperatureScale" : "CELSIUS"
}
}
}
指令
沒有適用於這個特徵的指令。
錯誤
請參閱 API 錯誤代碼參考資料: API 錯誤代碼的完整清單