first commit
This commit is contained in:
14
voletVelux.sh
Executable file
14
voletVelux.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
lockfile-create "/tmp/voletVelux.lockfile"
|
||||
|
||||
|
||||
#curl "http://192.168.1.35/$1?speed=$2"
|
||||
#sleep $3
|
||||
#curl "http://192.168.1.35/stop"
|
||||
|
||||
curl "http://192.168.1.41/$1?time=$3"
|
||||
#sleep $3
|
||||
#curl "http://192.168.1.40/stop"
|
||||
lockfile-remove "/tmp/voletVelux.lockfile"
|
||||
|
||||
Reference in New Issue
Block a user