adapter for ioBroker for LED-lamps like milight, easybulb, limitless
##Installation: from npm
- npm install iobroker.milight
actual version from github
- npm install https://github.com/foxthefox/ioBroker.milight/tarball/master --production
##Settings: in admin page
- IP-Adress-> IP of bridge
- Port -> port of bridge
- delaybetweenPackages -> ms delay between UDP packages (100ms for v5)
- repeatPackage -> number of repetitions (1 for v5)
- version of the milight protocol v5 or v6 -> sets automatically the corresponding port
- the type of bulbs in the zones
##Variables v5
- hue -> the color value of lamp 0...255
- brightness(2) -> 0...100%
- rgb -> 000000...FFFFFF
##Configuration: in admin page of adapter version 5 also to be used for v4 lamps
##TODO:
- widget matching the further adapter objects
##known issues:
- color bar in widget to be corrected
##Changelog:
- switch lamp on with full brightness -> checkbox in admin for v5
- tested with bridge version 4 and protocol version v5
- v6 implementation
- node-milight-promise 0.0.9
- jqui widget RGBW lamp
###0.0.1
- initial setup