first commit

This commit is contained in:
Souti
2025-03-06 11:09:58 +01:00
commit 11f7d440ff
330 changed files with 38306 additions and 0 deletions

14
voletVelux.sh Executable file
View 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"