iobroker.iot 3.4.5 → 3.5.1
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 +10 -3
- package/admin/assets/index-CF6QJ1rT.js +680 -0
- package/admin/index_m.html +1 -1
- package/admin/iot.svg +12 -0
- package/admin/rules/assets/ActionVisu-D9x2f6zu.js +5 -0
- package/admin/rules/assets/ActionVisu__loadShare__react__loadShare__-Cg21Ef1U.js +1 -0
- package/admin/rules/assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__-B1zRWn0u.js +9 -0
- package/admin/rules/assets/ActionVisu__mf_v__runtimeInit__mf_v__-Cz053nO7.js +10 -0
- package/admin/rules/assets/_commonjsHelpers-Cpj98o6Y.js +1 -0
- package/admin/rules/assets/bootstrap-BCFKIiwZ.js +1 -0
- package/admin/rules/assets/hostInit-hos3Txsy.js +2 -0
- package/admin/rules/assets/index-CAAeiKCc.js +24 -0
- package/admin/rules/assets/index-DYLJahMM.js +1151 -0
- package/admin/rules/assets/index-Do-nCdWy.js +9 -0
- package/admin/rules/assets/index-Duo7mFlZ.js +2 -0
- package/admin/rules/assets/preload-helper-Dp1pzeXC.js +1 -0
- package/admin/rules/assets/virtualExposes-BqVak7rX.js +2 -0
- package/admin/rules/customRuleBlocks.js +2 -5
- package/io-package.json +38 -30
- package/lib/alexaSmartHomeV2.js +12 -32
- package/lib/googleHome.js +1 -1
- package/lib/notifications.js +37 -0
- package/main.js +25 -16
- package/package.json +10 -12
- package/admin/assets/index-bNj8kv2E.js +0 -621
- package/admin/rules/asset-manifest.json +0 -22
- package/admin/rules/customRuleBlocks.js.map +0 -1
- package/admin/rules/static/js/main.d0ac1d27.js +0 -5
- package/admin/rules/static/js/main.d0ac1d27.js.map +0 -1
- package/admin/rules/static/js/node_modules_prop-types_index_js.767b574d.chunk.js +0 -3
- package/admin/rules/static/js/node_modules_prop-types_index_js.767b574d.chunk.js.map +0 -1
- package/admin/rules/static/js/node_modules_react_index_js.a7ba3bfd.chunk.js +0 -11
- package/admin/rules/static/js/node_modules_react_index_js.a7ba3bfd.chunk.js.map +0 -1
- package/admin/rules/static/js/src_ActionVisu_jsx.df7b4b10.chunk.js +0 -7
- package/admin/rules/static/js/src_ActionVisu_jsx.df7b4b10.chunk.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<img src="admin/iot.svg" style="width: 100px;"/>
|
|
2
2
|
|
|
3
3
|
# ioBroker IoT Adapter
|
|
4
4
|
|
|
@@ -314,7 +314,7 @@ The following types are supported:
|
|
|
314
314
|
From version 1.15.x you can send messages to `ioBroker.visu` application (Android and iOS).
|
|
315
315
|
For that, you need to write the following states:
|
|
316
316
|
|
|
317
|
-
```
|
|
317
|
+
```js
|
|
318
318
|
setState('iot.0.app.expire', 60); // optional. Time in seconds
|
|
319
319
|
setState('iot.0.app.priority', 'normal'); // optional. Priority: 'high' or 'normal'
|
|
320
320
|
setState('iot.0.app.title', 'ioBroker'); // optional. Default "ioBroker"
|
|
@@ -341,6 +341,13 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
341
341
|
-->
|
|
342
342
|
|
|
343
343
|
## Changelog
|
|
344
|
+
### 3.5.1 (2025-05-31)
|
|
345
|
+
- (@GermanBluefox) Rewrite Rules with TypeScript
|
|
346
|
+
- (@GermanBluefox) Package updates. SVG logo
|
|
347
|
+
|
|
348
|
+
### 3.5.0 (2025-02-24)
|
|
349
|
+
- (@foxriver76) added notification manager support (notifications will be sent as push notifications to the Visu App)
|
|
350
|
+
|
|
344
351
|
### 3.4.5 (2024-12-29)
|
|
345
352
|
|
|
346
353
|
- (@GermanBluefox) Checked the max length of discovered devices for Alexa
|
|
@@ -855,7 +862,7 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
855
862
|
|
|
856
863
|
The MIT License (MIT)
|
|
857
864
|
|
|
858
|
-
Copyright (c) 2018-
|
|
865
|
+
Copyright (c) 2018-2025 bluefox <dogafox@gmail.com>
|
|
859
866
|
|
|
860
867
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
861
868
|
of this software and associated documentation files (the "Software"), to deal
|