mirror of https://github.com/arendst/Tasmota.git
added linefeed
This commit is contained in:
parent
995b669f28
commit
a832af4dd2
|
@ -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]}
|
||||
\*********************************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue