@opcua/for-node-red 2.1.7 → 2.1.8
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 +2 -2
- package/all.js +1 -1
- package/package.json +1 -1
- package/resources/node-palette.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-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/README.md
CHANGED
@@ -47,7 +47,7 @@ npm install @opcua/for-node-red
|
|
47
47
|
The nodes will be available after a restart of the Node-RED application.
|
48
48
|
|
49
49
|
|
50
|
-
|
50
|
+
## how to use
|
51
51
|
|
52
52
|
see the [documentation](./DOC.md) guide for more information
|
53
53
|
|
@@ -56,7 +56,7 @@ see the [documentation](./DOC.md) guide for more information
|
|
56
56
|
## Getting access to the professional edition
|
57
57
|
|
58
58
|
- send your request to contact@sterfive.com to claim access to the professional edition
|
59
|
-
|
59
|
+
|
60
60
|
|
61
61
|
## Copyright and Licence
|
62
62
|
|