From 04b494cac451ec0e8e78939200ef0cd6ebb4d244 Mon Sep 17 00:00:00 2001 From: joemcmonagle Date: Thu, 10 Mar 2016 10:54:53 -0500 Subject: [PATCH] Update switch.markdown to include toggle Turn_on, turn_off, and *toggle* are all services for switches --- source/_components/switch.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.markdown b/source/_components/switch.markdown index 162d9c8c79a..8f181dc59b5 100644 --- a/source/_components/switch.markdown +++ b/source/_components/switch.markdown @@ -12,7 +12,7 @@ footer: true Keeps track which switches are in your environment, their state and allows you to control them. * Maintains a state per switch and a combined state `all_switches`. - * Registers services `switch/turn_on` and `switch/turn_off` to control switches. + * Registers services `switch/turn_on`, `switch/turn_off`, and `switch/toggle` to control switches. ### {% linkable_title Use the services %}