This Action will set your thermostat to manual mode at a specified temperature for a specified duration.
- API endpoint slug
- somfy_thermostat.set_temperature
- Filter code method
- SomfyThermostat.setTemperature.skip(string?: reason)
- Runtime method
- runAction("somfy_thermostat.set_temperature", {})
Action fields
- Label
- Which thermostat?
- Slug
- thermostat
- Required
- true
- Can have default value
- false
- Label
- Temperature
- Helper text
- Celsius
- Slug
- temperature
- Required
- true
- Can have default value
- true
- Filter code method
- SomfyThermostat.setTemperature.setTemperature(string: temperature)
- Label
- Duration
- Slug
- duration
- Required
- true
- Can have default value
- true
- Filter code method
- SomfyThermostat.setTemperature.setDuration(string: duration)