This Action will increase the room temperature by a configurable amount.
- API endpoint slug
- nefit_easy.increase_room_temp
- Filter code method
- NefitEasy.increaseRoomTemp.skip(string?: reason)
- Runtime method
- runAction("nefit_easy.increase_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
- Increase temperature by how much?
- Helper text
- By how much should the room temperature be increased?
- Slug
- which_amount
- Required
- true
- Can have default value
- true
- Filter code method
- NefitEasy.increaseRoomTemp.setWhichAmount(string: whichAmount)