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.
Files changed (49) hide show
  1. package/README.md +5 -4
  2. package/admin/assets/index-DTW1yXOf.js +757 -0
  3. package/admin/index_m.html +1 -1
  4. package/admin/jsonCustom.json +450 -0
  5. package/admin/rules/@mf-types.zip +0 -0
  6. package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__.js-B4USkKO5.js → ActionVisu__loadShare__react__loadShare__.js-aa1tDx2C.js} +1 -1
  7. package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-CEUqE4IA.js → ActionVisu__loadShare__react__loadShare__.js_commonjs-proxy-DX6cx281.js} +1 -1
  8. 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
  9. package/admin/rules/assets/{bootstrap-BKoQjf4I.js → bootstrap-QjsDSZNA.js} +1 -1
  10. package/admin/rules/assets/{index-Dk5YUp3j.js → index-B_I0oO9g.js} +76 -76
  11. package/admin/rules/assets/{index-pMP6L5OL.js → index-C1ZEp-2N.js} +2 -2
  12. package/admin/rules/assets/{index-BlSAfGU-.js → index-DiSsXjpZ.js} +4 -4
  13. package/admin/rules/assets/{jsx-runtime-D-zp5RaI.js → jsx-runtime-CnsYFZsa.js} +1 -1
  14. package/admin/rules/assets/{localSharedImportMap-BsAeuDnA.js → localSharedImportMap-B_FoNVrB.js} +1 -1
  15. package/admin/rules/customRuleBlocks.js +4 -4
  16. package/build/i18n/de.json +4 -0
  17. package/build/i18n/en.json +4 -0
  18. package/build/i18n/es.json +4 -0
  19. package/build/i18n/fr.json +4 -0
  20. package/build/i18n/it.json +4 -0
  21. package/build/i18n/nl.json +4 -0
  22. package/build/i18n/pl.json +4 -0
  23. package/build/i18n/pt.json +4 -0
  24. package/build/i18n/ru.json +4 -0
  25. package/build/i18n/uk.json +4 -0
  26. package/build/i18n/zh-cn.json +4 -0
  27. package/build/lib/AlexaSmartHomeV3/Controls/Cie.js +170 -0
  28. package/build/lib/AlexaSmartHomeV3/Controls/Cie.js.map +1 -0
  29. package/build/lib/AlexaSmartHomeV3/Controls/Scene.js +68 -0
  30. package/build/lib/AlexaSmartHomeV3/Controls/Scene.js.map +1 -0
  31. package/build/lib/AlexaSmartHomeV3/DeviceManager.js +4 -0
  32. package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
  33. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +62 -56
  34. package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
  35. package/build/lib/alexaSmartHomeV2.js +2788 -0
  36. package/build/lib/alexaSmartHomeV3.js +33 -10
  37. package/build/lib/alexaSmartHomeV3.js.map +1 -1
  38. package/build/lib/alisa.js +1086 -1561
  39. package/build/lib/alisa.js.map +1 -0
  40. package/build/lib/appNotifications.js +288 -0
  41. package/build/lib/appNotifications.js.map +1 -0
  42. package/build/lib/googleHome.js +1262 -1913
  43. package/build/lib/googleHome.js.map +1 -0
  44. package/build/main.js +47 -17
  45. package/build/main.js.map +1 -1
  46. package/io-package.json +19 -14
  47. package/package.json +9 -9
  48. package/admin/assets/index-BdqghSg7.js +0 -705
  49. /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)