Log Netro watering schedules to Google Sheets
This trigger fires when a schedule is complete.
Developer info
- 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
Device The device name of the schedule.
- Slug
- device
- Filter code
- Netro.schedules.Device
- Type
- String
- Example
- netro
Zone The zone index of the schedule.
- Slug
- zone
- Filter code
- Netro.schedules.Zone
- Type
- String
- Example
- 1,2,3,4
Date date of the schedule
- Slug
- date
- Filter code
- Netro.schedules.Date
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Start time The start time of the schedule.
- Slug
- start_time
- Filter code
- Netro.schedules.StartTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
End time The end time of the schedule.
- Slug
- end_time
- Filter code
- Netro.schedules.EndTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Status The status of the schedule.
- Slug
- status
- Filter code
- Netro.schedules.Status
- Type
- String
- Example
- executed, valid, cancelled
Source The 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