From 04e6d9d9659841201381a70304d479d04a718f17 Mon Sep 17 00:00:00 2001 From: joemcmonagle Date: Tue, 19 Apr 2016 10:59:42 -0400 Subject: [PATCH] Update switch.command_line.markdown --- source/_components/switch.command_line.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown index 6ddb7baa179..bc0e68ce23d 100644 --- a/source/_components/switch.command_line.markdown +++ b/source/_components/switch.command_line.markdown @@ -103,3 +103,4 @@ switch: offcmd: 'curl -k "https://ipaddress:443/cgi-bin/CGIProxy.fcgi?cmd=setMotionDetectConfig&isEnable=0&usr=admin&pwd=password"' statecmd: 'curl -k --silent "https://ipaddress:443/cgi-bin/CGIProxy.fcgi?cmd=getMotionDetectConfig&usr=admin&pwd=password" | grep -oP "(?<=isEnable>).*?(?=)"' value_template: '{{ value == "1" }}' +```