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 CHANGED
@@ -19,7 +19,7 @@
19
19
  **Tests:** </br>
20
20
  ![Test and Release](https://github.com/ciddi89/ioBroker.device-watcher/workflows/Test%20and%20Release/badge.svg)
21
21
  [![CodeQL](https://github.com/ciddi89/ioBroker.device-watcher/actions/workflows/codeql.yml/badge.svg)](https://github.com/ciddi89/ioBroker.device-watcher/actions/workflows/codeql.yml)
22
- ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/ciddi89/ioBroker.device-watcher)
22
+ [![Known Vulnerabilities](https://snyk.io/test/github/ciddi89/ioBroker.device-watcher/badge.svg)](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