[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-29 (世界標準時間)。"],[[["\u003cp\u003eThe \u003ccode\u003eRoomInfo\u003c/code\u003e trait provides room-related information like custom name, which corresponds to the name in the Google Home App.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecustomName\u003c/code\u003e field is a string representing the user-defined name of the room, for example, "Master Bedroom".\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve room information, including the \u003ccode\u003ecustomName\u003c/code\u003e, via the GET request using the provided URL structure.\u003c/p\u003e\n"],["\u003cp\u003eThis trait currently does not support any commands for interaction.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\nRoomInfo Schema\n\n\u003cbr /\u003e\n\n`sdm.structures.traits.RoomInfo`\n\nThis trait belongs to any room for room-related information.\n\n\u003cbr /\u003e\n\nFields\n\n\n| Field | Description | Data Type |\n|--------------|--------------------------------------------------------------------------|------------------------------------|\n| `customName` | Custom name of the room. Corresponds to the name in the Google Home App. | `string` Example: \"Master Bedroom\" |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nSample GET request and response \n\nRequest \n\n```\nGET /enterprises/project-id/structures/structure-id/rooms/room-id\n```\n\nResponse \n\n {\n \"name\" : \"enterprises/project-id/structures/structure-id/rooms/room-id\",\n \"traits\" : {\n \"sdm.structures.traits.RoomInfo\" : {\n \"customName\" : \"Master Bedroom\"\n }\n }\n }\n\n\u003cbr /\u003e\n\nCommands\n\nThere are no commands available for this trait.\n\n\nErrors\n\nSee the [API Error Code Reference](/nest/device-access/reference/errors/api) for\nthe full list of API error codes.\n\n\u003cbr /\u003e"]]