@opcua/for-node-red 2.9.0 → 2.11.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/README.md +9 -2
- package/all.js +1 -1
- package/assets/darwin-x63_lexactivator.node +1 -1
- package/assets/darwin-x63_lexfloatclient.node +1 -1
- package/assets/linux-arm64_lexactivator.node +1 -1
- package/assets/linux-arm64_lexfloatclient.node +1 -1
- package/assets/linux-arm_lexactivator.node +1 -1
- package/assets/linux-x64_lexactivator.node +1 -1
- package/assets/linux-x64_lexfloatclient.node +1 -1
- package/assets/win32-ia32_LexActivator.dll +1 -1
- package/assets/win32-ia32_LexFloatClient.dll +1 -1
- package/assets/win32-ia32_lexactivator.node +1 -1
- package/assets/win32-ia32_lexfloatclient.node +1 -1
- package/assets/win32-x64_LexActivator.dll +1 -1
- package/assets/win32-x64_LexFloatClient.dll +1 -1
- package/assets/win32-x64_lexactivator.node +1 -1
- package/assets/win32-x64_lexfloatclient.node +1 -1
- package/config-panel/assets/{index-DjsE8Ru7.js → index-Dqg7asGp.js} +8 -8
- package/config-panel/assets/index-QtyZbFyg.css +1 -0
- package/config-panel/index.html +2 -2
- package/package.json +28 -14
- package/resources/read-and-browser.png +0 -0
- package/source/OpcUa-Client2-Browse/OpcUa-Client2-Browse.html +2 -2
- package/source/OpcUa-Client2-Call/OpcUa-Client2-Call.html +2 -2
- package/source/OpcUa-Client2-Explore/OpcUa-Client2-Explore.html +2 -2
- package/source/OpcUa-Client2-ExtensionObject/OpcUa-Client2-ExtensionObject.html +2 -2
- package/source/OpcUa-Client2-Monitor/OpcUa-Client2-Monitor.html +2 -2
- package/source/OpcUa-Client2-MonitorEvent/OpcUa-Client2-MonitorEvent.html +2 -2
- package/source/OpcUa-Client2-Read/OpcUa-Client2-Read.html +2 -2
- package/source/OpcUa-Client2-Write/OpcUa-Client2-Write.html +2 -2
- package/source/OpcUa-Endpoint2/OpcUa-Endpoint2.html +2 -2
- package/config-panel/assets/index-DWEEZpvq.css +0 -1
package/README.md
CHANGED
@@ -47,9 +47,14 @@ The nodes will be available after a restart of the Node-RED application.
|
|
47
47
|
|
48
48
|
see the [documentation](https://opcua-for-node-red.doc.sterfive.com) guide for more information
|
49
49
|
|
50
|
+
## Getting access to community support
|
51
|
+
|
52
|
+
- post your questions or issues on the [github repository](https://github.com/sterfive/opcua-for-node-red-public)
|
53
|
+
|
54
|
+
|
50
55
|
## Getting access to the professional edition
|
51
56
|
|
52
|
-
-
|
57
|
+
- send your request to [contact@sterfive.com](mailto:contact@sterfive.com) to claim access to the professional edition.
|
53
58
|
|
54
59
|
**Why is it not free?**
|
55
60
|
|
@@ -57,7 +62,9 @@ We think our Community Edition is a really good tool for most people's needs.
|
|
57
62
|
|
58
63
|
But our Professional Edition is for those who need something extra, especially for business use.
|
59
64
|
|
60
|
-
Our business customers want a reliable and strong solution that comes with ongoing support and regular maintenance. They need technology that's ready to use in their work, and the best way to keep this kind of tech well-maintained and supported is by purchasing a license.
|
65
|
+
Our business customers want a reliable and strong solution that comes with ongoing support and regular maintenance. They need technology that's ready to use in their work, and the best way to keep this kind of tech well-maintained and supported is by purchasing a license.
|
66
|
+
|
67
|
+
At Sterfive, we're already doing a lot to provide a great free open-source option, and we're also working hard to make sure our NodeRED node is top-notch.
|
61
68
|
|
62
69
|
**Where can I register for a license?**
|
63
70
|
|