A beginner's guide
Explore Plans
Mobile menu Close menu
Nefit EasyNefit Easy

Activate overwork timer

This Action will set your room temperature to a new set point for a configurable period.

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 set your room temperature to a new set point for a configurable period.
API endpoint slug
nefit_easy.activate_overwork_timer
Filter code method
NefitEasy.activateOverworkTimer.skip(string?: reason)
Runtime method
runAction("nefit_easy.activate_overwork_timer", {})

Action fields

Temperature Text input > Short text

Label
Which temperature?
Helper text
This is the new room temperature setpoint. Please enter temperature with '.' e.g. 21.4 is a valid temperature.
Slug
temperature
Required
true
Can have default value
true
Filter code method
NefitEasy.activateOverworkTimer.setTemperature(string: temperature)

Device ID Dropdown list

Label
Which Nefit Easy?
Helper text
Select your Nefit Easy. If you have more than one Nefit Easy connected the serial numbers will be listed here.
Slug
deviceId
Required
true
Can have default value
false

Duration Text input > Short text

Label
How long?
Helper text
This is the duration in minutes for the overwork time.
Slug
duration
Required
true
Can have default value
true
Filter code method
NefitEasy.activateOverworkTimer.setDuration(string: duration)