Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e3162f7
)
Return response to set message format command in original format.
author
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sun, 28 Sep 2014 00:07:03 +0000
(20:07 -0400)
committer
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sun, 28 Sep 2014 00:07:03 +0000
(20:07 -0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
719fb0e
..
350cd24
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-345,7
+345,8
@@
Valid formats are `json` and `binary`.
**Response**
If the format was changed successfully, the `status` in the response will be
-`true`. The response will be in the new message format.
+`true`. The response will be in the original message format, and all subsequent
+messages will be in the new format.
{ "command_response": "message_format", "status": true}