Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Enhance Readme & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0x00 committed Sep 24, 2019
1 parent 3136bd4 commit 45e3a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Example config:
"type": "v6",
"devices": [
{
"name": "My Lightbulb",
"name": "Bedroom",
"zone": 1,
"type": "fullcolor"
"type": "fullcolor8zone"
}
]
}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 45e3a36

Please sign in to comment.