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
- Label
- Which THERMIC?
- Helper text
- The name of your THERMIC.
- Slug
- ieee
- Required
- true
- Can have default value
- false
- Label
- Temperature?
- Helper text
- Degrees Celsius
- Slug
- temperature_c
- Required
- true
- Can have default value
- true
- Filter code method
- WattioSmarthome.setTemperature.setTemperatureC(string: temperatureC)