AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
nVent Nuheat Signature ThermostatnVent Nuheat Signature Thermostat

Increase setpoint temperature

This action will increase the setpoint temperature

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 increase the setpoint temperature
API endpoint slug
nVent_Nuheat.increase_temperature
Filter code method
NVentNuheat.increaseTemperature.skip(string?: reason)
Runtime method
runAction("nVent_Nuheat.increase_temperature", {})

Action fields

Thermostat Dropdown list

Label
Which thermostat?
Helper text
The thermostat to increase the temperature of
Slug
thermostat
Required
true
Can have default value
false

Scale Dropdown list

Label
What scale?
Helper text
Celsius or Fahrenheit
Slug
scale
Required
true
Can have default value
true
Filter code method
NVentNuheat.increaseTemperature.setScale(string: scale)

Delta Dropdown list

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.increaseTemperature.setDelta(string: delta)