get_home_changes
Compare current home state to the last snapshot and return a list of changes, including property updates, online status changes, device additions, and removals. Creates a baseline on first use.
Instructions
回答"上次以来家里变了什么":与上一次快照对比,返回变化列表。
变化类型: prop_changed(属性值变化)/ went_offline / came_online / device_added / device_removed。调用后会把本次快照存为新基线 (基线只由本工具读写,get_home_snapshot 不影响它)。 首次调用时没有基线,会先建立基线并说明。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | 可选,家庭名称或ID,须与上次快照的口径一致;不传用服务端默认家庭。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||