iobroker.iot 4.2.7 → 4.2.9
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 +5 -3
- package/admin/assets/{index-PqQTFd0N.js → index-CzY6OS2n.js} +38 -38
- package/admin/index_m.html +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 +47 -2
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/main.js +1 -1
- package/build/main.js.map +1 -1
- package/io-package.json +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -350,6 +350,11 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
350
350
|
### **WORK IN PROGRESS**
|
|
351
351
|
-->
|
|
352
352
|
## Changelog
|
|
353
|
+
### 4.2.9 (2025-10-28)
|
|
354
|
+
- (@GermanBluefox) Do not control "white" by RGBW devices
|
|
355
|
+
- (@GermanBluefox) Corrected GUI error
|
|
356
|
+
- (@GermanBluefox) Avoid double entries in auto-detection
|
|
357
|
+
|
|
353
358
|
### 4.2.7 (2025-10-26)
|
|
354
359
|
- (@GermanBluefox) Create the service states at the instance start
|
|
355
360
|
- (@GermanBluefox) Corrected error with gates
|
|
@@ -363,9 +368,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
363
368
|
### 4.2.2 (2025-10-22)
|
|
364
369
|
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
365
370
|
|
|
366
|
-
### 4.2.1 (2025-10-22)
|
|
367
|
-
- (@GermanBluefox) Added reset smart names dialog
|
|
368
|
-
|
|
369
371
|
## License
|
|
370
372
|
|
|
371
373
|
The MIT License (MIT)
|