RoomInfo 스키마

sdm.structures.traits.RoomInfo

이 특성은 모든 방에 해당되며 방 관련 정보를 얻을 수 있습니다.

필드

필드 설명 데이터 유형
customName 방의 맞춤 이름입니다.

Google Home 앱의 이름에 해당합니다.

string
예: '안방'

샘플 GET 요청 및 응답

요청

GET /enterprises/project-id/structures/structure-id/rooms/room-id

응답

{
  "name" : "enterprises/project-id/structures/structure-id/rooms/room-id",
  "traits" : {
    "sdm.structures.traits.RoomInfo" : {
      "customName" : "Master Bedroom"
    }
  }
}

명령어

이 특성에 사용할 수 있는 명령어가 없습니다.

오류

API 오류 코드의 전체 목록은 API 오류 코드 참조를 확인하세요.