Automate Reddit
Explore Plans
Mobile menu Close menu
NetroNetro

schedules

This trigger fires when a schedule is complete.

About this trigger

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 trigger fires when a schedule is complete.
API endpoint slug
netro.schedules

Trigger 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 you want schedules of all zones. If you want schedules for a specific zone, please provide the zone index, start with 1.
Slug
zone
Required
true
Can have default value
true

Ingredients

DeviceThe device name of the schedule.

Slug
device
Filter code
Netro.schedules.Device
Type
String
Example
netro

ZoneThe zone index of the schedule.

Slug
zone
Filter code
Netro.schedules.Zone
Type
String
Example
1,2,3,4

Datedate of the schedule

Slug
date
Filter code
Netro.schedules.Date
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Start timeThe start time of the schedule.

Slug
start_time
Filter code
Netro.schedules.StartTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

End timeThe end time of the schedule.

Slug
end_time
Filter code
Netro.schedules.EndTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

StatusThe status of the schedule.

Slug
status
Filter code
Netro.schedules.Status
Type
String
Example
executed, valid, cancelled

SourceThe type of schedules. "smart" for smart schedules provided by Netro. "fixed" for schedules from you programs. "manual" for your manual runs, e.g. water now.

Slug
source
Filter code
Netro.schedules.Source
Type
String
Example
smart,fixed,manual