From d933bc9821bb5ac6b144ed6dc23db461cd6d0262 Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sun, 30 Aug 2015 21:07:07 +0200 Subject: [PATCH] Automatically turn on blue light on unlocking Signed-off-by: Ralf Ramsauer --- doorlockd/scripts/post_unlock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doorlockd/scripts/post_unlock b/doorlockd/scripts/post_unlock index a9bf588..1dc172b 100755 --- a/doorlockd/scripts/post_unlock +++ b/doorlockd/scripts/post_unlock @@ -1 +1,3 @@ #!/bin/bash + +wget -O /dev/null --timeout 3 "http://homer.binary.kitchen:8080/set?color=0000FF" > /dev/null 2>&1