node-luxafor
Control your Luxafor light
Install
npm i node-luxafor
Usage
Import the library and create an instance
;const MyLight = ;
Set Luxafor to blue
MyLight color0 0 255
Set Luxafor to blue
MyLight color0 0 255
Set Luxafor to green
MyLight
Fade Luxafor to Cyan
MyLight
Set a single LED to green
MyLight color0 255 0
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request