iobroker.iot 3.4.5 → 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 +4 -1
- package/admin/assets/index-BEsx55sp.js +629 -0
- package/admin/index_m.html +1 -1
- package/admin/rules/asset-manifest.json +9 -9
- package/admin/rules/customRuleBlocks.js +2 -2
- package/admin/rules/customRuleBlocks.js.map +1 -1
- package/admin/rules/static/js/{main.d0ac1d27.js → main.d3996fb4.js} +3 -3
- package/admin/rules/static/js/main.d3996fb4.js.map +1 -0
- package/admin/rules/static/js/{node_modules_prop-types_index_js.767b574d.chunk.js → node_modules_prop-types_index_js.33ef8ebd.chunk.js} +2 -2
- package/admin/rules/static/js/{node_modules_prop-types_index_js.767b574d.chunk.js.map → node_modules_prop-types_index_js.33ef8ebd.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 +18 -14
- package/lib/notifications.js +37 -0
- package/main.js +25 -16
- package/package.json +7 -7
- package/admin/assets/index-bNj8kv2E.js +0 -621
- package/admin/rules/static/js/main.d0ac1d27.js.map +0 -1
- package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.0e3827cd.chunk.js +0 -1029
- package/admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.0e3827cd.chunk.js.map +0 -1
- package/admin/rules/static/js/vendors-node_modules_react-dom_index_js.d3e6232f.chunk.js +0 -26
- package/admin/rules/static/js/vendors-node_modules_react-dom_index_js.d3e6232f.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,9 @@ 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
|
+
|
|
344
347
|
### 3.4.5 (2024-12-29)
|
|
345
348
|
|
|
346
349
|
- (@GermanBluefox) Checked the max length of discovered devices for Alexa
|
|
@@ -855,7 +858,7 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
855
858
|
|
|
856
859
|
The MIT License (MIT)
|
|
857
860
|
|
|
858
|
-
Copyright (c) 2018-
|
|
861
|
+
Copyright (c) 2018-2025 bluefox <dogafox@gmail.com>
|
|
859
862
|
|
|
860
863
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
861
864
|
of this software and associated documentation files (the "Software"), to deal
|