温控器温度设置范围命令

说明

为温控器设备设置目标温度范围。

字段

类型 说明
devices [设备]

温控器。

必填

thermostatTemperatureSetpointHigh 温度

此范围的高目标设定点。

必填

thermostatTemperatureSetpointLow 温度

范围的低目标设定点。

必填

示例

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