【问题标题】:Google Home Increase/Decrease Temperature Json Issue谷歌主页增加/减少温度Json问题
【发布时间】:2017-08-23 11:30:55
【问题描述】:

我的设备(命名为卧室)设置为 26 并且处于凉爽模式。 当我问我的谷歌主页“嘿谷歌,将卧室温度提高 1”时。 我从谷歌主页收到的 JSON 发布在下面。根据这个 JSON,将模式设置为加热并将温度设置为 26。

我 100% 确定它上周运行良好。它只向我发送 JSON 来设置温度。

"inputs": [{
"intent": "action.devices.EXECUTE",
"payload": {
  "commands": [
    {
      "execution": [
        {
          "params": {
            "thermostatMode": "heat"
          },
          "command": "action.devices.commands.ThermostatSetMode"
        },
        {
          "params": {
            "thermostatTemperatureSetpoint": 26
          },
          "command": "action.devices.commands.ThermostatTemperatureSetpoint"
        }
      ],
      "devices": [
        {
          "id": "bedroom"
        }
      ]
    }
  ]
}
}],

"requestId": "XXXXXXX"

【问题讨论】:

    标签: json actions-on-google google-home google-smart-home


    【解决方案1】:

    执行的发送方式可能发生了一些变化。如果你想提高温度,并且模式是“凉爽”,那么恒温器应该进入“加热”模式是有意义的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-08
      • 2012-05-30
      • 2021-08-16
      • 2012-11-28
      • 1970-01-01
      • 2013-04-22
      相关资源
      最近更新 更多