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 CHANGED
@@ -27,7 +27,7 @@ updates
27
27
  iobroker upload openknx
28
28
 
29
29
  # Adapter configuration
30
- ![settings](docs/setting.png)
30
+ ![settings](docs/pictures/setting.png)
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
- ![loglevel](docs/logelevel.png)
75
+ ![loglevel](docs/pictures/logelevel.png)
76
76
 
77
77
  # IOBroker Communication Object description
78
78
 
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "openknx",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "news": {
6
6
  "0.0.1": {
7
7
  "en": "initial release",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.openknx",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "dependencies": {
5
5
  "@iobroker/adapter-core": "^2.5.1",
6
6
  "binary-parser": "^1.1.5",