Add 'success' field to example diagnostic response.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Sat, 22 Mar 2014 20:05:33 +0000 (16:05 -0400)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Sat, 22 Mar 2014 20:05:33 +0000 (16:05 -0400)
README.md

index 0fe4b8d..65f0d19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ Finally, the `payload` and `value` fields are mutually exclusive:
 
 The response to a simple PID request would look like this:
 
-    {"bus": 1, "id": 1234, "mode": 1, "pid": 5, "payload": "0x2"}
+    {"success": true, "bus": 1, "id": 1234, "mode": 1, "pid": 5, "payload": "0x2"}
 
 ## Commands