iobroker.device-watcher 2.9.5 → 2.9.6
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 +7 -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 +2386 -0
- package/admin/words.js +1 -1
- package/io-package.json +16 -14
- package/lib/arrApart.js +12 -0
- package/main.js +2 -0
- package/package.json +2 -4
- package/admin/jsonConfig.json +0 -2370
package/README.md
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
**Tests:** </br>
|
|
20
20
|

|
|
21
21
|
[](https://github.com/ciddi89/ioBroker.device-watcher/actions/workflows/codeql.yml)
|
|
22
|
-

|
|
23
22
|
|
|
24
23
|
## Sentry
|
|
25
24
|
|
|
@@ -189,6 +188,13 @@ It's possible to select:
|
|
|
189
188
|
Placeholder for the next version (at the beginning of the line):
|
|
190
189
|
### **WORK IN PROGRESS**
|
|
191
190
|
-->
|
|
191
|
+
### 2.9.6 (2023-11-12)
|
|
192
|
+
|
|
193
|
+
- (ciddi89) Fixed: Admin jsonConfig schema
|
|
194
|
+
- (ciddi89) Changed: Admin jsonConfig to json5
|
|
195
|
+
- (ciddi89) Added: Support for Tuya devices with online state
|
|
196
|
+
- (ciddi89) Other: cleaned up files
|
|
197
|
+
|
|
192
198
|
### 2.9.5 (2023-11-03)
|
|
193
199
|
|
|
194
200
|
- (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
|