iobroker.device-watcher 2.9.5 → 2.9.7
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 +13 -1
- package/admin/i18n/de/translations.json +2 -1
- package/admin/images/noti_push.jpeg +0 -0
- package/admin/images/noti_push2.jpeg +0 -0
- package/admin/jsonConfig.json5 +2405 -0
- package/admin/words.js +1 -1
- package/io-package.json +859 -833
- package/lib/arrApart.js +24 -0
- package/main.js +29 -23
- package/package.json +2 -4
- package/admin/jsonConfig.json +0 -2370
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
**Tests:** </br>
|
|
20
20
|

|
|
21
21
|
[](https://github.com/ciddi89/ioBroker.device-watcher/actions/workflows/codeql.yml)
|
|
22
|
-
](https://snyk.io/test/github/ciddi89/ioBroker.device-watcher)
|
|
23
23
|
|
|
24
24
|
## Sentry
|
|
25
25
|
|
|
@@ -189,6 +189,18 @@ 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.7 (2023-11-23)
|
|
193
|
+
|
|
194
|
+
- (ciddi89) Added: Support for Wifilight
|
|
195
|
+
- (ciddi89) Fixed: Multiple messages if Sonoff devices reachable [#244](https://github.com/ciddi89/ioBroker.device-watcher/issues/244)
|
|
196
|
+
|
|
197
|
+
### 2.9.6 (2023-11-12)
|
|
198
|
+
|
|
199
|
+
- (ciddi89) Fixed: Admin jsonConfig schema
|
|
200
|
+
- (ciddi89) Changed: Admin jsonConfig to json5
|
|
201
|
+
- (ciddi89) Added: Support for Tuya devices with online state
|
|
202
|
+
- (ciddi89) Other: cleaned up files
|
|
203
|
+
|
|
192
204
|
### 2.9.5 (2023-11-03)
|
|
193
205
|
|
|
194
206
|
- (ciddi89) Added: if available use deviceName datapoint for sonoff devices
|
|
@@ -162,5 +162,6 @@
|
|
|
162
162
|
"Deactivation and Error Time for Instances": "Deaktivierungs- und Fehlerzeit für Instanzen",
|
|
163
163
|
"Attention!": "Achtung!",
|
|
164
164
|
"This selection is only possible with a running instance!": "Diese Auswahl ist nur bei laufender Instanz möglich!",
|
|
165
|
-
"Got it!": "Verstanden!"
|
|
165
|
+
"Got it!": "Verstanden!",
|
|
166
|
+
"cancel": "Abbrechen"
|
|
166
167
|
}
|
|
Binary file
|
|
Binary file
|