Files
Domoticz/voletVelux.sh
2025-03-06 11:09:58 +01:00

15 lines
267 B
Bash
Executable File

#!/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"