homebridge-deconz 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/homebridge-ui/public/index.html +249 -460
- package/homebridge-ui/public/index.old.html +506 -0
- package/lib/Deconz/Discovery.js +5 -2
- package/lib/Deconz/Resource.js +14 -0
- package/lib/DeconzAccessory/Gateway.js +5 -2
- package/lib/DeconzAccessory/index.js +2 -2
- package/lib/DeconzService/AirPurifier.js +1 -1
- package/lib/DeconzService/Button.js +4 -0
- package/lib/DeconzService/Outlet.js +1 -1
- package/lib/DeconzService/Switch.js +33 -21
- package/package.json +6 -6
package/README.md
CHANGED
@@ -81,7 +81,4 @@ Allow ample time after exposing or removing accessories for HomeKit to sync the
|
|
81
81
|
### Command-Line Utility
|
82
82
|
Homebridge deCONZ includes the `deconz` command-line utility, to discover,
|
83
83
|
monitor, and interact with a deCONZ gateway.
|
84
|
-
|
85
|
-
```
|
86
|
-
deconz --help
|
87
|
-
```
|
84
|
+
See the [`deconz` Tutorial](https://github.com/ebaauw/homebridge-deconz/wiki/%60deconz%60-Tutorial) in the Wiki for more info.
|