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
- 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
- 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)