Group Location
Explore Plans
Mobile menu Close menu
Blue by ADTBlue by ADT

Set thermostat in Auto mode to a temperature range

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.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Device name Dropdown list

Label
Device Name?
Slug
device_name
Required
true
Can have default value
false

Lower value Text input > Other

Label
Set Lowest Temperature to?
Helper text
Slug
lower_value
Required
true
Can have default value
true
Filter code method
Bluebyadt.setAutoThermostatSetpoint.setLowerValue(string: lowerValue)

Upper value Text input > Other

Label
Set Highest Temperature to?
Helper text
Slug
upper_value
Required
true
Can have default value
true
Filter code method
Bluebyadt.setAutoThermostatSetpoint.setUpperValue(string: upperValue)