iobroker.iot 4.2.8 → 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 +6 -4
- package/admin/assets/{index-CI6r4XAS.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/DeviceManager.js +47 -2
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +3 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/io-package.json +26 -26
- package/package.json +1 -1
- package/admin/rules/assets/bootstrap-Ba57tu25.js +0 -1
package/README.md
CHANGED
|
@@ -350,9 +350,14 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
350
350
|
### **WORK IN PROGRESS**
|
|
351
351
|
-->
|
|
352
352
|
## Changelog
|
|
353
|
-
### 4.2.
|
|
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
|
+
|
|
357
|
+
### 4.2.9 (2025-10-28)
|
|
354
358
|
- (@GermanBluefox) Do not control "white" by RGBW devices
|
|
355
359
|
- (@GermanBluefox) Corrected GUI error
|
|
360
|
+
- (@GermanBluefox) Avoid double entries in auto-detection
|
|
356
361
|
|
|
357
362
|
### 4.2.7 (2025-10-26)
|
|
358
363
|
- (@GermanBluefox) Create the service states at the instance start
|
|
@@ -364,9 +369,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
364
369
|
### 4.2.3 (2025-10-23)
|
|
365
370
|
- (@GermanBluefox) Better auto-detection
|
|
366
371
|
|
|
367
|
-
### 4.2.2 (2025-10-22)
|
|
368
|
-
- (@GermanBluefox) Use only channel or devices for automatic detection
|
|
369
|
-
|
|
370
372
|
## License
|
|
371
373
|
|
|
372
374
|
The MIT License (MIT)
|