iobroker.iot 4.2.2 → 4.2.5

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
@@ -350,6 +350,12 @@ setState('iot.0.app.message', JSON.stringify({
350
350
  ### **WORK IN PROGRESS**
351
351
  -->
352
352
  ## Changelog
353
+ ### 4.2.5 (2025-10-25)
354
+ - (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
355
+
356
+ ### 4.2.3 (2025-10-23)
357
+ - (@GermanBluefox) Better auto-detection
358
+
353
359
  ### 4.2.2 (2025-10-22)
354
360
  - (@GermanBluefox) Use only channel or devices for automatic detection
355
361
 
@@ -361,15 +367,6 @@ setState('iot.0.app.message', JSON.stringify({
361
367
  - (@GermanBluefox) Better handling of HUE devices
362
368
  - (@GermanBluefox) Updated type detector
363
369
 
364
- ### 4.1.11 (2025-10-20)
365
- - (@GermanBluefox) Added humidity sensor
366
- - (@GermanBluefox) Added unreach indicator
367
- - (@GermanBluefox) Corrected deletion of automatically detected devices
368
-
369
- ### 4.1.10 (2025-10-19)
370
- - (@GermanBluefox) Fixed detection of blinds
371
- - (@GermanBluefox) Fixed detection of sliders
372
-
373
370
  ## License
374
371
 
375
372
  The MIT License (MIT)