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
- 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
- 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)