iobroker.iot 4.2.5 → 4.2.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
@@ -350,6 +350,10 @@ setState('iot.0.app.message', JSON.stringify({
350
350
  ### **WORK IN PROGRESS**
351
351
  -->
352
352
  ## Changelog
353
+ ### 4.2.7 (2025-10-26)
354
+ - (@GermanBluefox) Create the service states at the instance start
355
+ - (@GermanBluefox) Corrected error with gates
356
+
353
357
  ### 4.2.5 (2025-10-25)
354
358
  - (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
355
359
 
@@ -362,11 +366,6 @@ setState('iot.0.app.message', JSON.stringify({
362
366
  ### 4.2.1 (2025-10-22)
363
367
  - (@GermanBluefox) Added reset smart names dialog
364
368
 
365
- ### 4.2.0 (2025-10-21)
366
- - (@GermanBluefox) Added debug information
367
- - (@GermanBluefox) Better handling of HUE devices
368
- - (@GermanBluefox) Updated type detector
369
-
370
369
  ## License
371
370
 
372
371
  The MIT License (MIT)