Page 1 of 1

Script Switch Action ON

Posted: Monday 11 November 2019 22:28
by Dim33
I used this command (action ON of a switch) to update 4 devices.

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&param=udevice&idx=59&nvalue=0&svalue=16 192.168.1.85:8080/json.htm?type=command&param=udevice&idx=28&nvalue=0&svalue=16 192.168.1.85:8080/json.htm?type=command&param=udevice&idx=60&nvalue=0&svalue=16 192.168.1.85:8080/json.htm?type=command&param=udevice&idx=61&nvalue=0&svalue=16"
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 ?