iobroker.iot 4.2.9 → 4.2.10
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 +4 -3
- package/admin/assets/{index-CzY6OS2n.js → index-BlSWVNwK.js} +184 -62
- package/admin/index_m.html +1 -1
- package/admin/rules/assets/{ActionVisu-DE8dgNVF.js → ActionVisu-CRxreF9A.js} +1 -1
- package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__-BKaC-p5K.js → ActionVisu__loadShare__react__loadShare__-DD24U9rt.js} +1 -1
- package/admin/rules/assets/{ActionVisu__loadShare__react_mf_2_dom__loadShare__-Bs1o8DtQ.js → ActionVisu__loadShare__react_mf_2_dom__loadShare__-DByPam44.js} +1 -1
- package/admin/rules/assets/{ActionVisu__mf_v__runtimeInit__mf_v__-DtUoI3FU.js → ActionVisu__mf_v__runtimeInit__mf_v__-C2JRFvAF.js} +4 -4
- package/admin/rules/assets/bootstrap-B41OwrCv.js +1 -0
- package/admin/rules/assets/hostInit-Dxp6BaAc.js +1 -1
- package/admin/rules/assets/{index-HFkgiWl7.js → index-B9FmXZMM.js} +1 -1
- package/admin/rules/assets/{index-Bvn52imU.js → index-CWRtmMP6.js} +2 -2
- package/admin/rules/assets/{index-DjPMvPni.js → index-CxRjh2hi.js} +1 -1
- package/admin/rules/assets/{virtualExposes-O8-92o9I.js → virtualExposes-fQM_6VMq.js} +2 -2
- package/admin/rules/customRuleBlocks.js +2 -2
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js +2 -0
- package/build/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Ct.js +9 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Ct.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Hue.js +9 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Hue.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js +9 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/RgbSingle.js +9 -0
- package/build/lib/AlexaSmartHomeV3/Controls/RgbSingle.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/RgbwSingle.js +9 -0
- package/build/lib/AlexaSmartHomeV3/Controls/RgbwSingle.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +2 -0
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +1 -1
- package/admin/rules/assets/bootstrap-Ba57tu25.js +0 -1
package/README.md
CHANGED
|
@@ -350,6 +350,10 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
350
350
|
### **WORK IN PROGRESS**
|
|
351
351
|
-->
|
|
352
352
|
## Changelog
|
|
353
|
+
### 4.2.10 (2025-10-30)
|
|
354
|
+
- (@GermanBluefox) Added mireds<->kelvin conversion for color temperature
|
|
355
|
+
- (@GermanBluefox) It is possible to edit a type
|
|
356
|
+
|
|
353
357
|
### 4.2.9 (2025-10-28)
|
|
354
358
|
- (@GermanBluefox) Do not control "white" by RGBW devices
|
|
355
359
|
- (@GermanBluefox) Corrected GUI error
|
|
@@ -365,9 +369,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
365
369
|
### 4.2.3 (2025-10-23)
|
|
366
370
|
- (@GermanBluefox) Better auto-detection
|
|
367
371
|
|
|
368
|
-
### 4.2.2 (2025-10-22)
|
|
369
|
-
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
370
|
-
|
|
371
372
|
## License
|
|
372
373
|
|
|
373
374
|
The MIT License (MIT)
|