From 920104bf985d49b2d0e588d5a5742a4c88ffc214 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 13 Mar 2019 13:51:13 -0600 Subject: [PATCH] Add service updates to RainMachine docs (#8860) --- source/_components/rainmachine.markdown | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/source/_components/rainmachine.markdown b/source/_components/rainmachine.markdown index 238a7825600..eca1b4c2691 100644 --- a/source/_components/rainmachine.markdown +++ b/source/_components/rainmachine.markdown @@ -113,6 +113,40 @@ switches: ## {% linkable_title Services %} +### {% linkable_title `rainmachine.disable_program` %} + +Disable a RainMachine program. This will mark the program switch as +`Unavailable` in the UI. + +| Service Data Attribute | Optional | Description | +|---------------------------|----------|-------------------------| +| `program_id` | no | The program to disable | + +### {% linkable_title `rainmachine.disable_zone` %} + +Disable a RainMachine zone. This will mark the zone switch as +`Unavailable` in the UI. + +| Service Data Attribute | Optional | Description | +|---------------------------|----------|-------------------------| +| `zone_id` | no | The zone to disable | + +### {% linkable_title `rainmachine.enable_program` %} + +Enable a RainMachine program. + +| Service Data Attribute | Optional | Description | +|---------------------------|----------|-------------------------| +| `program_id` | no | The program to enable | + +### {% linkable_title `rainmachine.enable_zone` %} + +Enable a RainMachine zone. + +| Service Data Attribute | Optional | Description | +|---------------------------|----------|-------------------------| +| `zone_id` | no | The zone to enable | + ### {% linkable_title `rainmachine.pause_watering` %} Pause all watering activities for a number of seconds.