iobroker.iot 3.4.4 → 3.5.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 (36) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -1
  3. package/admin/assets/index-BEsx55sp.js +629 -0
  4. package/admin/index_m.html +1 -1
  5. package/admin/rules/asset-manifest.json +13 -15
  6. package/admin/rules/customRuleBlocks.js +3 -3
  7. package/admin/rules/customRuleBlocks.js.map +1 -1
  8. package/admin/rules/static/js/main.d3996fb4.js +5 -0
  9. package/admin/rules/static/js/main.d3996fb4.js.map +1 -0
  10. package/admin/rules/static/js/node_modules_prop-types_index_js.33ef8ebd.chunk.js +3 -0
  11. package/admin/rules/static/js/{node_modules_prop-types_index_js.998adfa4.chunk.js.map → node_modules_prop-types_index_js.33ef8ebd.chunk.js.map} +1 -1
  12. package/admin/rules/static/js/node_modules_react_index_js.a7ba3bfd.chunk.js +11 -0
  13. package/admin/rules/static/js/node_modules_react_index_js.a7ba3bfd.chunk.js.map +1 -0
  14. package/admin/rules/static/js/{src_ActionVisu_jsx.e5871f1f.chunk.js → src_ActionVisu_jsx.df7b4b10.chunk.js} +2 -2
  15. package/admin/rules/static/js/{src_ActionVisu_jsx.e5871f1f.chunk.js.map → src_ActionVisu_jsx.df7b4b10.chunk.js.map} +1 -1
  16. package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.c019ce26.chunk.js +1037 -0
  17. package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.c019ce26.chunk.js.map +1 -0
  18. package/admin/rules/static/js/vendors-node_modules_react-dom_index_js.7a914b58.chunk.js +26 -0
  19. package/admin/rules/static/js/vendors-node_modules_react-dom_index_js.7a914b58.chunk.js.map +1 -0
  20. package/io-package.json +31 -27
  21. package/lib/alexaSmartHomeV2.js +68 -19
  22. package/lib/notifications.js +37 -0
  23. package/main.js +26 -17
  24. package/package.json +9 -9
  25. package/admin/assets/index-CS3uF5ZS.js +0 -639
  26. package/admin/rules/static/js/main.aeb070a1.js +0 -5
  27. package/admin/rules/static/js/main.aeb070a1.js.map +0 -1
  28. package/admin/rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js +0 -3
  29. package/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js +0 -11
  30. package/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js.map +0 -1
  31. package/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js +0 -11
  32. package/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js.map +0 -1
  33. package/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js +0 -11
  34. package/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js.map +0 -1
  35. package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js +0 -1037
  36. package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js.map +0 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2024 bluefox <dogafox@gmail.com>
3
+ Copyright (c) 2018-2025 bluefox <dogafox@gmail.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -341,6 +341,13 @@ setState('iot.0.app.message', JSON.stringify({
341
341
  -->
342
342
 
343
343
  ## Changelog
344
+ ### 3.5.0 (2025-02-24)
345
+ - (@foxriver76) added notification manager support (notifications will be sent as push notifications to the Visu App)
346
+
347
+ ### 3.4.5 (2024-12-29)
348
+
349
+ - (@GermanBluefox) Checked the max length of discovered devices for Alexa
350
+
344
351
  ### 3.4.4 (2024-12-08)
345
352
 
346
353
  - (@GermanBluefox) Corrected the name editing of the devices for Alexa 3
@@ -851,7 +858,7 @@ setState('iot.0.app.message', JSON.stringify({
851
858
 
852
859
  The MIT License (MIT)
853
860
 
854
- Copyright (c) 2018-2024 bluefox <dogafox@gmail.com>
861
+ Copyright (c) 2018-2025 bluefox <dogafox@gmail.com>
855
862
 
856
863
  Permission is hereby granted, free of charge, to any person obtaining a copy
857
864
  of this software and associated documentation files (the "Software"), to deal