iobroker.iot 4.2.0 → 4.2.2
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 +6 -6
- package/admin/assets/{index-C4_fq7Q6.js → index-CFvu5T8X.js} +54 -54
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +2 -0
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/io-package.json +27 -27
- package/package.json +1 -1
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.2 (2025-10-22)
|
|
354
|
+
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
355
|
+
|
|
356
|
+
### 4.2.1 (2025-10-22)
|
|
357
|
+
- (@GermanBluefox) Added reset smart names dialog
|
|
358
|
+
|
|
353
359
|
### 4.2.0 (2025-10-21)
|
|
354
360
|
- (@GermanBluefox) Added debug information
|
|
355
361
|
- (@GermanBluefox) Better handling of HUE devices
|
|
@@ -364,12 +370,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
364
370
|
- (@GermanBluefox) Fixed detection of blinds
|
|
365
371
|
- (@GermanBluefox) Fixed detection of sliders
|
|
366
372
|
|
|
367
|
-
### 4.1.7 (2025-10-19)
|
|
368
|
-
- (@GermanBluefox) Better handling of dimmer in alexa v3
|
|
369
|
-
|
|
370
|
-
### 4.1.5 (2025-10-18)
|
|
371
|
-
- (@GermanBluefox) Better handling of color temperatures
|
|
372
|
-
|
|
373
373
|
## License
|
|
374
374
|
|
|
375
375
|
The MIT License (MIT)
|