Group Location
Explore Plans
Mobile menu Close menu
Hager IoTHager IoT

Set thermostat setpoint

This action will change the thermostat setpoint.

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 change the thermostat setpoint.
API endpoint slug
hager_iot.setpoint
Filter code method
HagerIot.setpoint.skip(string?: reason)
Runtime method
runAction("hager_iot.setpoint", {})

Action fields

Cid Dropdown list

Label
Which device?
Slug
cid
Required
true
Can have default value
false

Setpoint Text input > Other

Label
What setpoint?
Helper text
Temperature in °C/F
Slug
setpoint
Required
true
Can have default value
true
Filter code method
HagerIot.setpoint.setSetpoint(string: setpoint)