iobroker.device-watcher 2.9.4 → 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 +14 -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 +31 -27
- package/lib/arrApart.js +28 -3
- package/main.js +35 -7
- package/package.json +16 -15
- package/admin/jsonConfig.json +0 -2351
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,20 @@ 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
|
+
|
|
198
|
+
### 2.9.5 (2023-11-03)
|
|
199
|
+
|
|
200
|
+
- (ciddi89) Added: if available use deviceName datapoint for sonoff devices
|
|
201
|
+
- (arteck) Fixed: Changed zwave to zwave2
|
|
202
|
+
- (ciddi89) Fixed: minor bugfixes
|
|
203
|
+
- (ciddi89) Added: FullyBrowser > v3
|
|
204
|
+
|
|
192
205
|
### 2.9.4 (2023-10-16)
|
|
193
206
|
|
|
194
207
|
- (ciddi89) Added: Fallback for HmIp-eTRV-2 batterie devices [#218](https://github.com/ciddi89/ioBroker.device-watcher/issues/218)
|
|
@@ -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
|