added linefeed

This commit is contained in:
JeroenSt 2022-08-17 21:14:50 +02:00
parent 995b669f28
commit a832af4dd2
1 changed files with 1 additions and 0 deletions

View File

@ -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]}
\*********************************************************************************************/