node-dmx / dmx

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

Fixed a NPE in decoding the RGB values #62

Closed spearway closed 5 years ago

spearway commented 6 years ago

The function rgb_to_array(str) can throw a NPE. fixing it.

Fensterbank commented 5 years ago

Thanks. Merged! 🍪