This action will park your mower for a specified duration, after which it will resume according to its set schedule.
- API endpoint slug
- automower.park_for_duration
- Filter code method
- Automower.parkForDuration.skip(string?: reason)
- Runtime method
- runAction("automower.park_for_duration", {})
Action fields
- Label
- Automower
- Slug
- automower
- Required
- true
- Can have default value
- false
- Label
- Duration
- Helper text
- Duration for the Automower to park.
- Slug
- minutes
- Required
- true
- Can have default value
- true
- Filter code method
- Automower.parkForDuration.setMinutes(string: minutes)
- Label
- Duration in minutes
- Helper text
- If 'Duration in minutes' data is provided, this will override the data in the 'Duration' field above. The accepted range is from 1 to 1440 (24 hours).
- Slug
- duration_in_minutes
- Required
- false
- Can have default value
- true
- Filter code method
- Automower.parkForDuration.setDurationInMinutes(string: durationInMinutes)