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 change the stop time for a specific program.
- API endpoint slug
- rain_machine.change_stop_program
- Filter code method
- RainMachine.changeStopProgram.skip(string?: reason)
- Runtime method
- runAction("rain_machine.change_stop_program", {})
Action fields
Programs Dropdown list
- Label
- Which program?
- Slug
- programs
- Required
- true
- Can have default value
- false
End date Text input > Other
- Label
- End Date
- Helper text
- 2020-08-23
- Slug
- end_date
- Required
- true
- Can have default value
- true
- Filter code method
- RainMachine.changeStopProgram.setEndDate(string: endDate)