This action will decrease the setpoint temperature
- API endpoint slug
- nVent_Nuheat.decrease_temperature
- Filter code method
- NVentNuheat.decreaseTemperature.skip(string?: reason)
- Runtime method
- runAction("nVent_Nuheat.decrease_temperature", {})
Action fields
- Label
- Which thermostat?
- Helper text
- The thermostat to increase the temperature of
- Slug
- thermostat
- Required
- true
- Can have default value
- false
- Label
- What scale?
- Helper text
- Celsius or Fahrenheit
- Slug
- scale
- Required
- true
- Can have default value
- true
- Filter code method
- NVentNuheat.decreaseTemperature.setScale(string: scale)
- Label
- How many degrees?
- Helper text
- How many degrees to add to the setpoint temperature
- Slug
- delta
- Required
- true
- Can have default value
- true
- Filter code method
- NVentNuheat.decreaseTemperature.setDelta(string: delta)