Water yard with Netro when moisture is low
This action will water your yard for a period of time. You can specify one zone or all zones, watering duration and start time.
Developer info
- API endpoint slug
- netro.water
- Filter code method
- Netro.water.skip(string?: reason)
- Runtime method
- runAction("netro.water", {})
Action fields
Device Dropdown list
- Label
- device
- Helper text
- Select the Netro device to work with.
- Slug
- device
- Required
- true
- Can have default value
- false
Zone Text input > Other
- Label
- zone
- Helper text
- Leave empty if want to water all zones. If you want to water specific zone, please provide the zone index, start with 1.
- Slug
- zone
- Required
- false
- Can have default value
- true
- Filter code method
- Netro.water.setZone(string: zone)
Duration Dropdown list
- Label
- duration
- Helper text
- Watering time, number of minutes.
- Slug
- duration
- Required
- true
- Can have default value
- true
- Filter code method
- Netro.water.setDuration(string: duration)
Start time Text input > ISO 8601 date and time
- Label
- start time
- Helper text
- Leave empty if you want to water immediately. If you want to water later, please provide the starting time, e.g. 18:30. Note that the time can not be in the past.
- Slug
- start_time
- Required
- false
- Can have default value
- true
- Filter code method
- Netro.water.setStartTime(string: start_time)