some more fixes, reboot-safeness and default trigger response
This commit is contained in:
parent
ec75fc14e3
commit
3995b4b289
2
foodoor
2
foodoor
@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
case $action in
|
case $action in
|
||||||
close|open)
|
close|open)
|
||||||
echo $action | tee $PIPE_PATH > /tmp/state
|
echo $action | tee $PIPE_PATH |sed 's/open/UNLOCKED/' 's/close/LOCKED' > /tmp/state
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user