UNPKG

limitless-gem

Version:

Simple NodeJS HTML5 LimitlessLED Lightbulb controller

20 lines (14 loc) 436 B
LimitlessLED ============ NodeJS control for LimitlessLED (MiLight, EasyBulb, ) wifi controller 3.0 ## Install Installling this is as easy as: ```bash npm install limitless-gem ``` Or you can include it in your package.json to use it in your own application ## TODO - Expand command list with all available LimitlessLED products (RGW, W, RGB+W) - Add dynamic commands (Change color, set brightness) - Add unit tests - Add examples