node-red-opcua-otmr 2.0.0 → 2.0.3

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.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ Node-RED OPCUA-OTMR Node
2
+ -------------------
3
+
4
+ The node-red-opcua-otmr node makes it easy to connect with OPC UA servers, allowing you to fetch data from specific Node IDs.
5
+
6
+ Customise the Endpoint URLs, Ports, and Node IDs to integrate with industrial automation and IoT projects.
7
+
8
+
9
+
10
+ Install:
11
+ ----------------
12
+
13
+
14
+ Execute the following command in your Node-RED directory (usually located at `~/.node-red`):
15
+
16
+ `npm i node-red-opcua-otmr`
17
+
18
+ Find the `opcua-otmr` node under your function package.
19
+
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "node-red-opcua-otmr",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "OPCUA communication",
5
5
  "main": "opcua-otmr.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "keywords": [
10
- "OPCUA"
10
+ "OPCUA",
11
+ "node-red"
11
12
  ],
12
13
  "author": "Omid Teimoori",
13
14
  "license": "ISC",