Explore Plans
Mobile menu Close menu
LightwaveRF HeatingLightwaveRF Heating

Set temperature

This Action will set the temperature of a thermostat or thermostatic radiator valve (TRV).

Developer info

API endpoint slug
lightwaverf_heating.set_temperature
Filter code method
LightwaverfHeating.setTemperature.skip(string?: reason)
Runtime method
runAction("lightwaverf_heating.set_temperature", {})

Action fields

Which thermostat Dropdown list

Label
Which thermostat/trv?
Slug
which_thermostat
Required
true
Can have default value
false

What temperature Text input > Other

Label
What temperature?
Helper text
Temperatures can be between 1 and 39 degrees°C, in 0.5 degree increments (e.g. "32" or "32.5"). You cannot set temperature ranges (e.g. “22-30”).
Slug
what_temperature
Required
true
Can have default value
true
Filter code method
LightwaverfHeating.setTemperature.setWhatTemperature(string: whatTemperature)