From a883280c02891b3fc92af53cefc28768dbd0a6b0 Mon Sep 17 00:00:00 2001 From: sebastiankb Date: Wed, 6 Aug 2025 09:35:07 +0200 Subject: [PATCH] Update README.md --- packages/binding-modbus/README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/packages/binding-modbus/README.md b/packages/binding-modbus/README.md index b19208fba..1593c961f 100644 --- a/packages/binding-modbus/README.md +++ b/packages/binding-modbus/README.md @@ -8,7 +8,20 @@ W3C WoT Binding Template for Modbus can be found [here](https://w3c.github.io/wo Current Maintainer(s): [@relu91](https://github.com/relu91) [@fillobotto](https://github.com/fillobotto) -## Client Example +## Protocol specifier + +The protocol prefix handled by this binding is `modbus+tcp://`. + +## Getting Started + +In the following examples it is shown how to use the Modbus binding of node-wot. + +### Prerequisites + +- `npm install @node-wot/core` +- `npm install @node-wot/binding-modbus` + +### Client Example You can use a code like the following to use the binding. This specific code is interacting with one of the Eclipse Thingweb Test Things at . @@ -42,10 +55,6 @@ main(); ## Binding Information -### Protocol specifier - -The protocol prefix handled by this binding is `modbus+tcp://`. - ### New Form Fields for the Modbus Binding **Note**: for further details please refer to the [documentation](https://github.com/eclipse-thingweb/node-wot/blob/master/packages/binding-modbus/src/modbus.ts).