get_home_snapshot
Retrieve a snapshot of all smart home device statuses in one call. Returns structured data by home, room, and device with semantic status, plus attention items for offline, low battery, or faulty devices.
Instructions
一次调用获取全屋设备状态快照(推荐入口)。
返回 家→房间→设备→语义化状态 的结构化结果,并附 attention (离线/低电量/故障设备)与统计信息。批量拉取,整屋通常几秒内完成。 本工具不影响 get_home_changes 的对比基线。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | 可选,家庭名称或ID;不传用服务端配置的默认家庭,均未配置则包含所有家庭。 | |
| room | No | 可选,房间名;只关心单个房间时用,更快更省 token。 | |
| detail | No | compact 返回语义化精简状态;full 附带原始值/属性描述/更新时间/did。 | compact |
| max_props_per_device | No | 每台设备最多读取的属性数,默认8(full 模式自动放宽到24)。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||