溫度控制器溫度範圍範圍指令

說明

設定溫度控制器的目標溫度範圍。

欄位

金鑰 類型 說明
devices [裝置]

溫度控制器。

需要

可使用變數。

thermostatTemperatureSetpointHigh 溫度

範圍的最高目標設定點。

需要

可使用變數。

thermostatTemperatureSetpointLow 溫度

範圍的目標設定點偏低。

需要

可使用變數。

範例

actions:
- type: device.command.ThermostatTemperatureSetRange
  devices: My Device - Room Name
  thermostatTemperatureSetpointLow: 50F
  thermostatTemperatureSetpointHigh: 70F