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

Decrease room temperature

This Action will decrease the room temperature by a configurable amount.

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 decrease the room temperature by a configurable amount.
API endpoint slug
nefit_easy.decrease_room_temp
Filter code method
NefitEasy.decreaseRoomTemp.skip(string?: reason)
Runtime method
runAction("nefit_easy.decrease_room_temp", {})

Action fields

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

Which amount Dropdown list

Label
Decrease temperature by how much?
Helper text
By how much should the room temperature be decreased?
Slug
which_amount
Required
true
Can have default value
true
Filter code method
NefitEasy.decreaseRoomTemp.setWhichAmount(string: whichAmount)