Group Location
Explore Plans
Mobile menu Close menu
BlueLink Smart ConnectBlueLink Smart Connect

Change Room Temperature

This action will change the current room temperature. Will either HEAT or COOL, based on what temperature is the thermostat is showing.

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 room temperature. Will either HEAT or COOL, based on what temperature is the thermostat is showing.
API endpoint slug
bluelink.room_temperature
Filter code method
Bluelink.roomTemperature.skip(string?: reason)
Runtime method
runAction("bluelink.room_temperature", {})

Action fields

Selected device Dropdown list

Label
Select device
Helper text
Select the device you want to use to change the room temperature
Slug
selected_device
Required
true
Can have default value
false

Desired room temperature Text input > Short text

Label
Desired Room Temperature
Helper text
This is the desired room temperature
Slug
desired_room_temperature
Required
true
Can have default value
true
Filter code method
Bluelink.roomTemperature.setDesiredRoomTemperature(string: desiredRoomTemperature)