diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-22 16:05:33 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-22 16:05:33 -0400 |
commit | 38926291a49aa27a9ec7476e2347b2bca4e5a466 (patch) | |
tree | bcc47aef0c1a849d54cdd14be34ac5cab318e077 /README.md | |
parent | fd65f19af900c2462fc337dcdc1c61ff3a4d3452 (diff) |
Add 'success' field to example diagnostic response.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |