This action will set your thermostat to high and low temperature range while in Auto or Dual mode. This does not set the thermostat to Auto mode.
- API endpoint slug
- bluebyadt.set_auto_thermostat_setpoint
- Filter code method
- Bluebyadt.setAutoThermostatSetpoint.skip(string?: reason)
- Runtime method
- runAction("bluebyadt.set_auto_thermostat_setpoint", {})
Action fields
- Label
- Device Name?
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Set Lowest Temperature to?
- Helper text
- 45-90
- Slug
- lower_value
- Required
- true
- Can have default value
- true
- Filter code method
- Bluebyadt.setAutoThermostatSetpoint.setLowerValue(string: lowerValue)
- Label
- Set Highest Temperature to?
- Helper text
- 45-90
- Slug
- upper_value
- Required
- true
- Can have default value
- true
- Filter code method
- Bluebyadt.setAutoThermostatSetpoint.setUpperValue(string: upperValue)