

With the conversion of an on/off switch into a 3-fold selector, I obviously need another http-json-command because the formerly working command is no longer working:
SendToHTTP 192.168.178.19,8080,/json.htm?type=command¶m=udevice&idx=48&nvalue=0 //1
I have already tried this, but it does not work because the command must be different now:
SendToHTTP 192.168.178.19,8080,/json.htm?type=command¶m=udevice&idx=48&nvalue=0 //10, 20
I have already searched in the wiki and the manual and here in the forum and found nothing. Who can help?