iobroker.iot 4.2.10 → 5.0.0
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 +3 -1
- package/admin/assets/{index-BlSWVNwK.js → index-BIqCLCEw.js} +3 -3
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js +21 -7
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/io-package.json +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -350,9 +350,11 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
350
350
|
### **WORK IN PROGRESS**
|
|
351
351
|
-->
|
|
352
352
|
## Changelog
|
|
353
|
-
###
|
|
353
|
+
### 5.0.0 (2025-10-30)
|
|
354
354
|
- (@GermanBluefox) Added mireds<->kelvin conversion for color temperature
|
|
355
355
|
- (@GermanBluefox) It is possible to edit a type
|
|
356
|
+
- (@GermanBluefox) Correcting creation of complex groups
|
|
357
|
+
- (@GermanBluefox) Same as 4.2.11
|
|
356
358
|
|
|
357
359
|
### 4.2.9 (2025-10-28)
|
|
358
360
|
- (@GermanBluefox) Do not control "white" by RGBW devices
|