diff --git a/README.md b/README.md index 8ae0569..5c93350 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# Test +# node-red-opcua-x +drawing +drawing + +## What is +A package that handles OPC UA Client request like read, browse, write, ... + +## Features + +- [x] Read +- [ ] Write +- [x] Browse +- [x] Check connection status +- [ ] Subscription +- [ ] Events +- [ ] Methods + +# Getting started +Run command on Node-RED installation directory. + + npm i node-red-opcua-x + +or run command for global installation. + + npm i -g node-red-opcua-x diff --git a/images/node-red-logo.png b/images/node-red-logo.png new file mode 100644 index 0000000..162d6aa Binary files /dev/null and b/images/node-red-logo.png differ diff --git a/package-lock.json b/package-lock.json index 18f7f44..2108536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-opcua-x", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-red-opcua-x", - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "node-opcua": "^2.127.1" } diff --git a/package.json b/package.json index 7b6afcd..0274ccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-opcua-x", - "version": "0.3.0", + "version": "0.3.1", "node-red": { "nodes": { "opcua-client": "opcua-client.js", @@ -9,6 +9,17 @@ "opcua-browse": "opcua-browse.js" } }, + "keywords":[ + "node-red", + "opcua", + "opc-ua", + "javascript", + "js", + "npm", + "opc-ua-client", + "opcua-client", + "node-opcua" + ], "dependencies": { "node-opcua": "^2.127.1" }