diff --git a/README.md b/README.md index 0631a13..8941958 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Example config: "type": "v6", "devices": [ { - "name": "My Lightbulb", + "name": "Bedroom", "zone": 1, - "type": "fullcolor" + "type": "fullcolor8zone" } ] } @@ -44,11 +44,12 @@ Example config: ``` Supported types: + * `fullcolor8zone`: Like fullcolor but with 8 zone support * `fullcolor`: The newer (2016 onwards) RGBWW bulbs and strip controllers, with WW, CW and mix white/color functionality. - * `bridge`: the light on the bride itself. * `rgbww`: The newer (2016 onwards) RGBWW bulbs and strip controllers, with WW enabled, but CW channel disabled. I use this to connect a RGBW strip with only 1 white channel. * `rgbw`: The old type of RGBW bulb and strip controllers, that don't mix color with white. * `rgb`: The old type RGB only bulbs. + * `bridge`: the light on the bridge itself. # Troubleshooting The node-milight-promise library provides additional debugging output when the MILIGHT_DEBUG environmental variable is set diff --git a/package.json b/package.json index 6ec0575..23d0bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-milight-v6", - "version": "0.0.6", + "version": "0.0.7", "description": "Plugin for milight v6 (2016 onwards) for homebridge (https://github.com/buenyamin-olgun/homebridge); Original Author: Marcel Laurijsse", "license": "GNU GPL", "author": {