See the original report here:
https://groups.google.com/forum/#!topic/open-lighting/Vf2kRA1PMII
Interestingly it does work via the RDM Patcher.
It would appear we've got an off by one error here:
https://github.com/OpenLightingProject/ola/blob/master/olad/RDMHTTPModule.cpp#L2107
The returned JSON is:
{ "error": "", "items": [ { "description": "DMX Start Address", "id": "address", "max": 511, "min": 0, "type": "uint", "value": 512 } ], "refresh": true }
It also allows you to set the address -1, and then gets NAcked by the responder.
@nomis52 is there some reason behind this, or is it just a straight bug?
See the original report here:
https://groups.google.com/forum/#!topic/open-lighting/Vf2kRA1PMII
Interestingly it does work via the RDM Patcher.
It would appear we've got an off by one error here:
https://github.com/OpenLightingProject/ola/blob/master/olad/RDMHTTPModule.cpp#L2107
The returned JSON is:
{ "error": "", "items": [ { "description": "DMX Start Address", "id": "address", "max": 511, "min": 0, "type": "uint", "value": 512 } ], "refresh": true }It also allows you to set the address -1, and then gets NAcked by the responder.
@nomis52 is there some reason behind this, or is it just a straight bug?