似乎现在可用。 我用 https://homegraph.googleapis.com/v1/devices:requestSync?key= < KEY > 用json的身体内容 agent_user_id: < agent userid >
https://homegraph.googleapis.com/v1/devices:requestSync?key= < KEY >
agent_user_id: < agent userid >
在页面上搜索“请求同步”: https://developers.google.com/actions/smarthome/create-app
Google使用请求同步功能更新了他们的示例Node.js代码: https://github.com/actions-on-google/actionssdk-smart-home-nodejs
请参阅最后一次提交。 也许你可以从这里开始。