iobroker.openknx 0.1.0 → 0.1.1
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 +2 -2
- package/io-package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ updates
|
|
|
27
27
|
iobroker upload openknx
|
|
28
28
|
|
|
29
29
|
# Adapter configuration
|
|
30
|
-

|
|
30
|
+

|
|
31
31
|
Press "save & close" or "save" to restart the adapter and take over the changes.
|
|
32
32
|
When starting, the adapter tries to read all GroupAdresses with have the autoread flag (default setting).
|
|
33
33
|
This could take a while and can produce a higher load on your KNX-bus. This ensures that the adapter operates with up-to-date values from the start.
|
|
@@ -72,7 +72,7 @@ Leave setting empty to use the adapters own namespace.
|
|
|
72
72
|
|
|
73
73
|
# log level
|
|
74
74
|
Enable expert mode to enable switching between different log levels. Default loglevel is info.
|
|
75
|
-

|
|
75
|
+

|
|
76
76
|
|
|
77
77
|
# IOBroker Communication Object description
|
|
78
78
|
|
package/io-package.json
CHANGED