A beginner's guide
Explore Plans
Mobile menu Close menu
BlueLink Smart ConnectBlueLink Smart Connect

Change Heat Setpoint

This action will change the current heat setpoint of the selected device.

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
This action will change the current heat setpoint of the selected device.
API endpoint slug
bluelink.heat
Filter code method
Bluelink.heat.skip(string?: reason)
Runtime method
runAction("bluelink.heat", {})

Action fields

Selected device Dropdown list

Label
Select device
Helper text
Select the device for which you want to change the heat setpoint
Slug
selected_device
Required
true
Can have default value
false

Heat temperature Text input > Short text

Label
Heat setpoint
Helper text
This is the desired heat setpoint
Slug
heat_temperature
Required
true
Can have default value
true
Filter code method
Bluelink.heat.setHeatTemperature(string: heatTemperature)