homebridge-deconz 0.0.17 → 0.0.21

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 CHANGED
@@ -81,7 +81,7 @@ 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
- For more details, issue:
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.
85
+
86
+ ### Troubleshooting
87
+ - As mentioned above, Homebridge deCONZ is still under development. Sometimes, cached accessories from an older version might confuse a newer version, causing all sorts of weird errors. In this case, best un-expose the offending accessory, wait for HomeKit to remove it, and re-expose the accessory. Note that this will cause HomeKit to see a new accessory, and lose any associations with HomeKit rooms, groups, scenes, and automations.
@@ -14,6 +14,13 @@
14
14
  "required": true,
15
15
  "default": "deCONZ"
16
16
  },
17
+ "brightnessAdjustment": {
18
+ "description": "Adjustment factor for brightness for adaptive lighting. Default: 100.",
19
+ "type": "integer",
20
+ "placeholder": 100,
21
+ "minimum": 10,
22
+ "maximum": 100
23
+ },
17
24
  "forceHttp": {
18
25
  "description": "Use plain http instead of https.",
19
26
  "type": "boolean"