diff options
Diffstat (limited to 'PROTOCOL.md')
-rw-r--r-- | PROTOCOL.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PROTOCOL.md b/PROTOCOL.md index 44eb97a..626fed3 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -28,4 +28,8 @@ Sending `EOT` (`0x04`) closes connection. Each response is represented by one or more lines, each ending with `\r\n`, plus extra `\r\n` in the end. -First line is always a status, which may be either `ok` or `err`.
\ No newline at end of file +First line is always a status, which may be either `ok` or `err`. + +## Usage example + +![inverterd-telnet](inverterd-telnet.gif)
\ No newline at end of file |