We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7893f1 commit a98ae5dCopy full SHA for a98ae5d
1 file changed
packages/binding-modbus/README.md
@@ -22,7 +22,7 @@ let servient = new Servient();
22
servient.addClientFactory(new ModbusClientFactory());
23
24
async function main() {
25
- let td = {} // see https://github.com/eclipse-thingweb/test-things/blob/main/things/elevator/modbus/js/modbus-elevator.td.json
+ let td = {}; // see https://github.com/eclipse-thingweb/test-things/blob/main/things/elevator/modbus/js/modbus-elevator.td.json
26
27
const WoT = await servient.start();
28
const thing = await WoT.consume(td);
0 commit comments