From a832af4dd236c7c65e5d070e243a9728b4187cb9 Mon Sep 17 00:00:00 2001 From: JeroenSt Date: Wed, 17 Aug 2022 21:14:50 +0200 Subject: [PATCH] added linefeed --- tasmota/tasmota_xdrv_driver/xdrv_63_modbus_bridge.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_63_modbus_bridge.ino b/tasmota/tasmota_xdrv_driver/xdrv_63_modbus_bridge.ino index 2e3756742..ac624d0fc 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_63_modbus_bridge.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_63_modbus_bridge.ino @@ -29,6 +29,7 @@ * Example Command: * -- Read Input Register -- * ModbusSend {"deviceaddress": 1, "functioncode": 3, "startaddress": 1, "type":"uint16", "count":2} + * * -- Write multiple coils -- * ModbusSend {"deviceaddress": 1, "functioncode": 15, "startaddress": 1, "type":"uint16", "count":4, "values":[1,2,3,4]} \*********************************************************************************************/