Cant turn multiswitch off via URL

I’m trying to change the state of switches within multiswitch via a URL, but have hit a snag: for some reason multiswitch Status1 will not go back to 0. I can set it to 1 using the URL:

[code]http://:3480/data_request?id=lu_action&DeviceNum=45&serviceId=urn:dcineco-com:serviceId:MSwitch1&action=SetStatus1&NewStatus1=1

or

http://:3480/data_request?id=lu_action&DeviceNum=45&serviceId=urn:dcineco-com:serviceId:MSwitch1&action=SetStatus1&NewStatus1=-1[/code]

But I cannot turn it off using

[code]http://:3480/data_request?id=lu_action&DeviceNum=45&serviceId=urn:dcineco-com:serviceId:MSwitch1&action=SetStatus1&NewStatus1=0

or

http://:3480/data_request?id=lu_action&DeviceNum=45&serviceId=urn:dcineco-com:serviceId:MSwitch1&action=SetStatus1&NewStatus1=-1[/code]

In fact, calling the off URL when its off, turns it on.

Any ideas?

Thanks for the help

NewStatus should be newStatus

::slight_smile: Thank you Richard Schaefer!