summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-27 20:07:03 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-27 20:07:03 -0400
commitf0a579dc1f45a8f373703968987f4bdd33192e16 (patch)
treeb26df48547d947e508f774b447d85fc93c246b0b /README.md
parente3162f7da4b6b5ad422bccdb9b2a4e1b144ab9c9 (diff)
Return response to set message format command in original format.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 719fb0e8..350cd24e 100644
--- 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}