【发布时间】:2018-12-28 14:54:47
【问题描述】:
我有一个热水器,我必须通过 Google Home 应用控制和查看其温度。谷歌设备操作中的 TempratureControl trait 允许使用谷歌助手语音界面来做以下事情:
- 设定温度
- 询问当前温度
- 设置设备能够达到的温度范围
(问题是 TempControl trait 与 TempSetting trait 相比没有 ui,但 TempSetting 用于恒温器)
任何人都可以建议,如何在 Google Home App 上获得一个可视化界面来完成上述事情。
TempeartureControl 特征的 URL。
https://developers.google.com/actions/smarthome/traits/temperaturecontrol
【问题讨论】:
标签: actions-on-google google-assistant-sdk google-home google-smart-home