From 20efba97711810cd0622460dddff0d139debe831 Mon Sep 17 00:00:00 2001
From: Bernhard Tittelbach <xro@realraum.at>
Date: Thu, 9 Jan 2014 01:25:11 +0000
Subject: [PATCH] haha

---
 raspberrypi_gpio_relay_licht/move_lights.sh |    2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 raspberrypi_gpio_relay_licht/move_lights.sh

diff --git a/raspberrypi_gpio_relay_licht/move_lights.sh b/raspberrypi_gpio_relay_licht/move_lights.sh
new file mode 100644
index 0000000..7c7e7c7
--- /dev/null
+++ b/raspberrypi_gpio_relay_licht/move_lights.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=1&23=0&18=0&17=0&22=0&21=0'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=1&23=1&18=0&17=0&22=0&21=0'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=0&23=1&18=0&17=1&22=0&21=0'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=0&23=0&18=1&17=1&22=0&21=0'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=0&23=0&18=1&17=0&22=1&21=0'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=0&23=0&18=0&17=0&22=1&21=1'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=0&23=0&18=0&17=0&22=0&21=1'; sleep 3; curl 'http://licht.realraum.at/cgi-bin/mswitch.cgi?4=0&23=0&18=0&17=0&22=0&21=0';
-- 
1.7.10.4