iobroker.iot 4.2.2 → 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 +10 -14
- package/admin/assets/{index-CFvu5T8X.js → index-PqQTFd0N.js} +59 -59
- 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/Alexa/ModeValues/Closed.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js +5 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +28 -2
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/main.js +36 -1
- package/build/main.js.map +1 -1
- package/io-package.json +40 -40
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -350,26 +350,22 @@ 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
|
+
|
|
357
|
+
### 4.2.5 (2025-10-25)
|
|
358
|
+
- (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
|
|
359
|
+
|
|
360
|
+
### 4.2.3 (2025-10-23)
|
|
361
|
+
- (@GermanBluefox) Better auto-detection
|
|
362
|
+
|
|
353
363
|
### 4.2.2 (2025-10-22)
|
|
354
364
|
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
355
365
|
|
|
356
366
|
### 4.2.1 (2025-10-22)
|
|
357
367
|
- (@GermanBluefox) Added reset smart names dialog
|
|
358
368
|
|
|
359
|
-
### 4.2.0 (2025-10-21)
|
|
360
|
-
- (@GermanBluefox) Added debug information
|
|
361
|
-
- (@GermanBluefox) Better handling of HUE devices
|
|
362
|
-
- (@GermanBluefox) Updated type detector
|
|
363
|
-
|
|
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
369
|
## License
|
|
374
370
|
|
|
375
371
|
The MIT License (MIT)
|