From 8316372549e73d7ccf61d987343f5cd354fd74f0 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Tue, 19 Dec 2023 11:15:55 +0100 Subject: [PATCH 1/2] docs: typos in OPCUA readme --- packages/binding-opcua/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/binding-opcua/README.md b/packages/binding-opcua/README.md index e19236364..888f227a5 100644 --- a/packages/binding-opcua/README.md +++ b/packages/binding-opcua/README.md @@ -145,7 +145,7 @@ const thingDescription = { ## Advanced -The OPC-UA binding for node-wot offers additionals feature to allow you to interact with +The OPC-UA binding for node-wot offers additional features to allow you to interact with OPCUA Variant and DataValue in OPCUA JSON encoded form. For an example of use, you can dive into the unit test of the binding-opcua library. @@ -167,4 +167,4 @@ Server started opc.tcp://:7890 ### awesome WoT - OPCUA tools the [node-wot-opcua-tools](https://github.com/node-opcua/node-wot-opcua-tools) project provides -some useful applications built on top of thingweb.node-wob and the OPCUA binding. +some useful applications built on top of thingweb.node-wot and the OPCUA binding. From de08b2f9b990f0742028ffe4818b5d7923b8dd59 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Tue, 19 Dec 2023 11:50:33 +0100 Subject: [PATCH 2/2] Update packages/binding-opcua/README.md Co-authored-by: Ege Korkan --- packages/binding-opcua/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/binding-opcua/README.md b/packages/binding-opcua/README.md index 888f227a5..e87152a91 100644 --- a/packages/binding-opcua/README.md +++ b/packages/binding-opcua/README.md @@ -167,4 +167,4 @@ Server started opc.tcp://:7890 ### awesome WoT - OPCUA tools the [node-wot-opcua-tools](https://github.com/node-opcua/node-wot-opcua-tools) project provides -some useful applications built on top of thingweb.node-wot and the OPCUA binding. +some useful applications built on top of node-wot and the OPCUA binding.