From ad36646a535f7f9d1a116771a1badddae4c8cbfb Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 8 Apr 2024 14:25:46 +0200 Subject: [PATCH] fix comma and leftover address in form keys --- bindings/protocols/modbus/index.html | 15 +++++++-------- bindings/protocols/modbus/index.template.html | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/bindings/protocols/modbus/index.html b/bindings/protocols/modbus/index.html index 9e92c75..26ec3e0 100644 --- a/bindings/protocols/modbus/index.html +++ b/bindings/protocols/modbus/index.html @@ -122,13 +122,13 @@

URL format

moment. The following shows the typical structure of an URL of the Modbus TCP protocol:
-            modbus+tcp://{address}:{port}/{unitID}/{address}?quantity={?quantity}
+            modbus+tcp://{deviceAddress}:{port}/{unitID}/{address}?quantity={?quantity}
         

Where: