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