Skip to content

Commit 47384f9

Browse files
authored
Add Send_Message command.
1 parent e38f212 commit 47384f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

serial_protocol.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,16 @@ Data to delivery to client application. This is comprised of Key->Value pairs. T
307307
>> ADD_DATA Temperature 3
308308
>> 104
309309
<< +OK
310+
311+
## SEND_MESSAGE
312+
Send the message we have been preparing.
313+
##Usage
314+
SEND_MESSAGE
315+
###Response
316+
+OK - Message Sent.
317+
-FAIL - Failed to send message, we still have the message prepared so you may retry.
318+
###Examples
319+
>> SEND_MESSAGE
320+
<< +OK
321+
>> SEND_MESSAGE
322+
<< -FAIL

0 commit comments

Comments
 (0)