Adjust BlueLink Smart Connect temperature when you arrive
This action will change the current room temperature. Will either HEAT or COOL, based on what temperature is the thermostat is showing.
Developer info
- 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: desired_room_temperature)