This works, it sets the volume level to 100%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
This works, it sets the vol to 0%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
This works, it decreeses the volume 10%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
This does now work, it should decrease the volume 10% but instead it is setting the volume to 10%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
The problem is the "+" in the URL turns into a "space" and then it assumes I am actually trying to set the volume to 10%. I tried escaping the "+" with %2B in a URL like this but it doesn't work either:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
Does anyone know how to work around this problem?
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
This works, it sets the vol to 0%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
This works, it decreeses the volume 10%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
This does now work, it should decrease the volume 10% but instead it is setting the volume to 10%:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
The problem is the "+" in the URL turns into a "space" and then it assumes I am actually trying to set the volume to 10%. I tried escaping the "+" with %2B in a URL like this but it doesn't work either:
http://10.18.2.49:9000/status.htm?p0...00:00:00:00:00
Does anyone know how to work around this problem?