Update smsquitto daemon
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
/usr/bin/python3 /home/domosquitto/domoticz/scripts/smsquitto.py \
|
||||
--method=sms --host=$1 --port=$2 --user=$3 --password=$4 --apikey=$5 --text="$6" --phone="$7" $8 \
|
||||
> /dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user