설정 스키마

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 오류 코드 참조를 확인하세요.