iobroker.iot 4.2.5 → 4.2.8
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 +8 -8
- package/admin/assets/{index-CMPNKRVu.js → index-CI6r4XAS.js} +59 -59
- package/admin/index_m.html +1 -1
- 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/Controls/Rgb.js +17 -17
- package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +20 -1
- 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 +28 -28
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -350,6 +350,14 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
350
350
|
### **WORK IN PROGRESS**
|
|
351
351
|
-->
|
|
352
352
|
## Changelog
|
|
353
|
+
### 4.2.8 (2025-10-28)
|
|
354
|
+
- (@GermanBluefox) Do not control "white" by RGBW devices
|
|
355
|
+
- (@GermanBluefox) Corrected GUI error
|
|
356
|
+
|
|
357
|
+
### 4.2.7 (2025-10-26)
|
|
358
|
+
- (@GermanBluefox) Create the service states at the instance start
|
|
359
|
+
- (@GermanBluefox) Corrected error with gates
|
|
360
|
+
|
|
353
361
|
### 4.2.5 (2025-10-25)
|
|
354
362
|
- (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
|
|
355
363
|
|
|
@@ -359,14 +367,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
359
367
|
### 4.2.2 (2025-10-22)
|
|
360
368
|
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
361
369
|
|
|
362
|
-
### 4.2.1 (2025-10-22)
|
|
363
|
-
- (@GermanBluefox) Added reset smart names dialog
|
|
364
|
-
|
|
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
370
|
## License
|
|
371
371
|
|
|
372
372
|
The MIT License (MIT)
|