Skip to content

Old UI doesn't let you set DMX address of a one slot device to 512 #1042

@peternewman

Description

@peternewman

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?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions