From 38926291a49aa27a9ec7476e2347b2bca4e5a466 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Sat, 22 Mar 2014 16:05:33 -0400 Subject: [PATCH] Add 'success' field to example diagnostic response. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6