Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fd65f19
)
Add 'success' field to example diagnostic response.
author
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sat, 22 Mar 2014 20:05:33 +0000
(16:05 -0400)
committer
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sat, 22 Mar 2014 20:05:33 +0000
(16:05 -0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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