node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

add config and update endpoints #15

Closed bluemaex closed 7 years ago

bluemaex commented 7 years ago

I added some routes to the web api to integrate support for https://github.com/bluemaex/homebridge-dmxuniverse

/config returns a list of all devices and universes POST /state/:universe allows updating selective parts of a universe (in the same way as the UI does it via websockets

:cow: 😴