Script Switch Action ON
Posted: Monday 11 November 2019 22:28
I used this command (action ON of a switch) to update 4 devices.
This command worked perfectly but since the last update of Domoticz (to 4.10717), only the first idx (59) is updated, not the others.
Have you an idea ?
Code: Select all
script://exec.sh /usr/bin/curl /home/dd/domoticz/scripts/exec.sh --url "192.168.1.85:8080/json.htm?type=command¶m=udevice&idx=59&nvalue=0&svalue=16 192.168.1.85:8080/json.htm?type=command¶m=udevice&idx=28&nvalue=0&svalue=16 192.168.1.85:8080/json.htm?type=command¶m=udevice&idx=60&nvalue=0&svalue=16 192.168.1.85:8080/json.htm?type=command¶m=udevice&idx=61&nvalue=0&svalue=16"
Have you an idea ?