iobroker.iot 4.1.11 → 4.1.12
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 -5
- package/admin/assets/{index-BFf1e8D3.js → index-Gvs5btlt.js} +91 -91
- package/admin/index_m.html +1 -1
- package/admin/rules/assets/{index-HzrazDZT.js → index-QzfpqQ-y.js} +77 -77
- package/admin/rules/customRuleBlocks.js +2 -2
- package/build/lib/AlexaSmartHomeV3/Controls/Motion.js +20 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Motion.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Device.js +4 -0
- package/build/lib/AlexaSmartHomeV3/Device.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js +32 -14
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +33 -7
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/lib/alexaSmartHomeV3.js +2 -0
- package/build/lib/alexaSmartHomeV3.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +2 -2
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.1.12 (2025-10-21)
|
|
354
|
+
- (@GermanBluefox) Added debug information
|
|
355
|
+
- (@GermanBluefox) Better handling of HUE devices
|
|
356
|
+
|
|
353
357
|
### 4.1.11 (2025-10-20)
|
|
354
358
|
- (@GermanBluefox) Added humidity sensor
|
|
355
359
|
- (@GermanBluefox) Added unreach indicator
|
|
@@ -365,11 +369,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
365
369
|
### 4.1.5 (2025-10-18)
|
|
366
370
|
- (@GermanBluefox) Better handling of color temperatures
|
|
367
371
|
|
|
368
|
-
### 4.1.4 (2025-10-17)
|
|
369
|
-
- (@GermanBluefox) Implemented stored values for Alexa V3
|
|
370
|
-
- (@GermanBluefox) Added RGB(W) with individual states to Alexa V3
|
|
371
|
-
- (@GermanBluefox) Added dedicated checkbox for alexa custom skill
|
|
372
|
-
|
|
373
372
|
## License
|
|
374
373
|
|
|
375
374
|
The MIT License (MIT)
|