summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-03-22 16:05:33 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-03-22 16:05:33 -0400
commit38926291a49aa27a9ec7476e2347b2bca4e5a466 (patch)
treebcc47aef0c1a849d54cdd14be34ac5cab318e077 /README.md
parentfd65f19af900c2462fc337dcdc1c61ff3a4d3452 (diff)
Add 'success' field to example diagnostic response.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fe4b8df..65f0d198 100644
--- 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