New services
Explore Plans
Mobile menu Close menu
NetroNetro

water

This action will water your yard for a period of time. You can specify one zone or all zones, watering duration and start time.

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 water your yard for a period of time. You can specify one zone or all zones, watering duration and start time.
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: startTime)