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.
- package/LICENSE +1 -1
- package/README.md +8 -1
- package/admin/assets/index-BEsx55sp.js +629 -0
- package/admin/index_m.html +1 -1
- package/admin/rules/asset-manifest.json +13 -15
- package/admin/rules/customRuleBlocks.js +3 -3
- package/admin/rules/customRuleBlocks.js.map +1 -1
- package/admin/rules/static/js/main.d3996fb4.js +5 -0
- package/admin/rules/static/js/main.d3996fb4.js.map +1 -0
- package/admin/rules/static/js/node_modules_prop-types_index_js.33ef8ebd.chunk.js +3 -0
- 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
- package/admin/rules/static/js/node_modules_react_index_js.a7ba3bfd.chunk.js +11 -0
- package/admin/rules/static/js/node_modules_react_index_js.a7ba3bfd.chunk.js.map +1 -0
- package/admin/rules/static/js/{src_ActionVisu_jsx.e5871f1f.chunk.js → src_ActionVisu_jsx.df7b4b10.chunk.js} +2 -2
- package/admin/rules/static/js/{src_ActionVisu_jsx.e5871f1f.chunk.js.map → src_ActionVisu_jsx.df7b4b10.chunk.js.map} +1 -1
- package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.c019ce26.chunk.js +1037 -0
- package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.c019ce26.chunk.js.map +1 -0
- package/admin/rules/static/js/vendors-node_modules_react-dom_index_js.7a914b58.chunk.js +26 -0
- package/admin/rules/static/js/vendors-node_modules_react-dom_index_js.7a914b58.chunk.js.map +1 -0
- package/io-package.json +31 -27
- package/lib/alexaSmartHomeV2.js +68 -19
- package/lib/notifications.js +37 -0
- package/main.js +26 -17
- package/package.json +9 -9
- package/admin/assets/index-CS3uF5ZS.js +0 -639
- package/admin/rules/static/js/main.aeb070a1.js +0 -5
- package/admin/rules/static/js/main.aeb070a1.js.map +0 -1
- package/admin/rules/static/js/node_modules_prop-types_index_js.998adfa4.chunk.js +0 -3
- package/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js +0 -11
- package/admin/rules/static/js/node_modules_react-dom_index_js-_ef070.106c4109.chunk.js.map +0 -1
- package/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js +0 -11
- package/admin/rules/static/js/node_modules_react-dom_index_js-_ef071.a71f5d5d.chunk.js.map +0 -1
- package/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js +0 -11
- package/admin/rules/static/js/node_modules_react_index_js.d0cc0ba3.chunk.js.map +0 -1
- package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.892c0b30.chunk.js +0 -1037
- 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-
|
|
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-
|
|
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
|