iobroker.iot 4.2.1 → 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 +9 -12
- package/admin/assets/{index-CRM7ql2X.js → index-CMPNKRVu.js} +19 -19
- package/admin/index_m.html +1 -1
- package/admin/rules/assets/{index-QzfpqQ-y.js → index-HFkgiWl7.js} +54 -54
- package/admin/rules/customRuleBlocks.js +2 -2
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +10 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/io-package.json +40 -40
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -350,6 +350,15 @@ 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
|
+
|
|
359
|
+
### 4.2.2 (2025-10-22)
|
|
360
|
+
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
361
|
+
|
|
353
362
|
### 4.2.1 (2025-10-22)
|
|
354
363
|
- (@GermanBluefox) Added reset smart names dialog
|
|
355
364
|
|
|
@@ -358,18 +367,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
358
367
|
- (@GermanBluefox) Better handling of HUE devices
|
|
359
368
|
- (@GermanBluefox) Updated type detector
|
|
360
369
|
|
|
361
|
-
### 4.1.11 (2025-10-20)
|
|
362
|
-
- (@GermanBluefox) Added humidity sensor
|
|
363
|
-
- (@GermanBluefox) Added unreach indicator
|
|
364
|
-
- (@GermanBluefox) Corrected deletion of automatically detected devices
|
|
365
|
-
|
|
366
|
-
### 4.1.10 (2025-10-19)
|
|
367
|
-
- (@GermanBluefox) Fixed detection of blinds
|
|
368
|
-
- (@GermanBluefox) Fixed detection of sliders
|
|
369
|
-
|
|
370
|
-
### 4.1.7 (2025-10-19)
|
|
371
|
-
- (@GermanBluefox) Better handling of dimmer in alexa v3
|
|
372
|
-
|
|
373
370
|
## License
|
|
374
371
|
|
|
375
372
|
The MIT License (MIT)
|