Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
Husqvarna Automower®Husqvarna Automower®

Park Automower® for a while

This action will park your mower for a specified duration, after which it will resume according to its set schedule.

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

Automower Dropdown list
Label
Automower
Slug
automower
Required
true
Can have default value
false
Minutes Dropdown list
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)
Duration in minutes Text input > Other
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)