iobroker.device-watcher 2.9.10 → 2.9.12
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/LICENSE +1 -1
- package/README.md +9 -1
- package/io-package.json +837 -859
- package/main.js +250 -216
- package/package.json +8 -8
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2024 ciddi89 <mail@christian-behrends.de>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -189,6 +189,14 @@ It's possible to select:
|
|
|
189
189
|
Placeholder for the next version (at the beginning of the line):
|
|
190
190
|
### **WORK IN PROGRESS**
|
|
191
191
|
-->
|
|
192
|
+
### 2.9.12 (2024-01-02)
|
|
193
|
+
|
|
194
|
+
- (ciddi89) Fixed: Changed handling for state changes and subscriptions [#283](https://github.com/ciddi89/ioBroker.device-watcher/issues/283)
|
|
195
|
+
|
|
196
|
+
### 2.9.11 (2023-12-12)
|
|
197
|
+
|
|
198
|
+
- (ciddi89) Fixed: Fullybroswer >v3 use id not common name
|
|
199
|
+
|
|
192
200
|
### 2.9.10 (2023-12-11)
|
|
193
201
|
|
|
194
202
|
- (ciddi89) Fixed: Fullybroswer >v3 devicename
|
|
@@ -518,7 +526,7 @@ It's possible to select:
|
|
|
518
526
|
|
|
519
527
|
MIT License
|
|
520
528
|
|
|
521
|
-
Copyright (c)
|
|
529
|
+
Copyright (c) 2024 Christian Behrends <mail@christian-behrends.de>
|
|
522
530
|
|
|
523
531
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
524
532
|
of this software and associated documentation files (the "Software"), to deal
|