iobroker.iot 6.0.3 → 6.1.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 +5 -4
- package/admin/assets/index-DTW1yXOf.js +757 -0
- package/admin/index_m.html +1 -1
- package/admin/jsonCustom.json +450 -0
- package/admin/rules/@mf-types.zip +0 -0
- package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__.js-B4USkKO5.js → ActionVisu__loadShare__react__loadShare__.js-aa1tDx2C.js} +1 -1
- package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-CEUqE4IA.js → ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-DX6cx281.js} +1 -1
- package/admin/rules/assets/{ActionVisu__loadShare__react_mf_2_dom__loadShare__.js_commonjs-proxy-MphP5XTI.js → ActionVisu__loadShare__react_mf_2_dom__loadShare__.js_commonjs-proxy-27bLZRGy.js} +1 -1
- package/admin/rules/assets/{bootstrap-BKoQjf4I.js → bootstrap-QjsDSZNA.js} +1 -1
- package/admin/rules/assets/{index-Dk5YUp3j.js → index-B_I0oO9g.js} +76 -76
- package/admin/rules/assets/{index-pMP6L5OL.js → index-C1ZEp-2N.js} +2 -2
- package/admin/rules/assets/{index-BlSAfGU-.js → index-DiSsXjpZ.js} +4 -4
- package/admin/rules/assets/{jsx-runtime-D-zp5RaI.js → jsx-runtime-CnsYFZsa.js} +1 -1
- package/admin/rules/assets/{localSharedImportMap-BsAeuDnA.js → localSharedImportMap-B_FoNVrB.js} +1 -1
- package/admin/rules/customRuleBlocks.js +4 -4
- package/build/i18n/de.json +4 -0
- package/build/i18n/en.json +4 -0
- package/build/i18n/es.json +4 -0
- package/build/i18n/fr.json +4 -0
- package/build/i18n/it.json +4 -0
- package/build/i18n/nl.json +4 -0
- package/build/i18n/pl.json +4 -0
- package/build/i18n/pt.json +4 -0
- package/build/i18n/ru.json +4 -0
- package/build/i18n/uk.json +4 -0
- package/build/i18n/zh-cn.json +4 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Cie.js +170 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Cie.js.map +1 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Scene.js +68 -0
- package/build/lib/AlexaSmartHomeV3/Controls/Scene.js.map +1 -0
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js +4 -0
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +62 -56
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/lib/alexaSmartHomeV2.js +2788 -0
- package/build/lib/alexaSmartHomeV3.js +33 -10
- package/build/lib/alexaSmartHomeV3.js.map +1 -1
- package/build/lib/alisa.js +1086 -1561
- package/build/lib/alisa.js.map +1 -0
- package/build/lib/appNotifications.js +288 -0
- package/build/lib/appNotifications.js.map +1 -0
- package/build/lib/googleHome.js +1262 -1913
- package/build/lib/googleHome.js.map +1 -0
- package/build/main.js +47 -17
- package/build/main.js.map +1 -1
- package/io-package.json +19 -14
- package/package.json +9 -9
- package/admin/assets/index-BdqghSg7.js +0 -705
- /package/admin/rules/assets/{index-BPY9gF0q.js → index-Ccpql4vu.js} +0 -0
package/README.md
CHANGED
|
@@ -416,6 +416,11 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
416
416
|
### **WORK IN PROGRESS**
|
|
417
417
|
-->
|
|
418
418
|
## Changelog
|
|
419
|
+
### 6.1.0 (2026-06-02)
|
|
420
|
+
- (@GermanBluefox) Implemented new feature to select devices from the list and not by enumeration
|
|
421
|
+
- (@GermanBluefox) Possibilty to send messages to the app directly from the state
|
|
422
|
+
- (@GermanBluefox) Migrated google and alisa to TypeScript
|
|
423
|
+
|
|
419
424
|
### 6.0.3 (2026-04-23)
|
|
420
425
|
- (@GermanBluefox) Allowed to read temperature information via Alexa
|
|
421
426
|
|
|
@@ -433,10 +438,6 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
433
438
|
- (@GermanBluefox) Added copy of credentials from cloud instance
|
|
434
439
|
- (@GermanBluefox) Added QR code to fast connect the ioBroker visu app
|
|
435
440
|
|
|
436
|
-
### 5.0.11 (2025-12-16)
|
|
437
|
-
- (@GermanBluefox) Added percentual control
|
|
438
|
-
- (@GermanBluefox) Correcting creation for complex groups
|
|
439
|
-
|
|
440
441
|
## License
|
|
441
442
|
|
|
442
443
|
The MIT License (MIT)
|