설정 스키마

Nest Thermostat 

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 오류 코드의 전체 목록입니다.