From: Christopher Peplin Date: Sat, 22 Mar 2014 20:05:33 +0000 (-0400) Subject: Add 'success' field to example diagnostic response. X-Git-Tag: 5.0.2~275^2~24 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=38926291a49aa27a9ec7476e2347b2bca4e5a466;p=apps%2Fagl-service-can-low-level.git Add 'success' field to example diagnostic response. --- 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