AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Wattio SmartHomeWattio SmartHome

THERMIC - Set temperature

This Action will set the temperature to the selected level in THERMIC.

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 set the temperature to the selected level in THERMIC.
API endpoint slug
wattio_smarthome.set_temperature
Filter code method
WattioSmarthome.setTemperature.skip(string?: reason)
Runtime method
runAction("wattio_smarthome.set_temperature", {})

Action fields

Ieee Dropdown list

Label
Which THERMIC?
Helper text
The name of your THERMIC.
Slug
ieee
Required
true
Can have default value
false

Temperature c Text input > Other

Label
Temperature?
Helper text
Degrees Celsius
Slug
temperature_c
Required
true
Can have default value
true
Filter code method
WattioSmarthome.setTemperature.setTemperatureC(string: temperatureC)