first commit
This commit is contained in:
9
tuya/energie.sh
Executable file
9
tuya/energie.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in {1..10}
|
||||
do
|
||||
/usr/bin/python3 /opt/domoticz/scripts/tuya/device.py
|
||||
#/usr/bin/python3 /opt/domoticz/scripts/tuya/device2.py
|
||||
sleep 5
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user