diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-27 19:50:04 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-27 20:10:36 +0200 |
commit | 742ca13257214eb91e6cd8659b78f91438541354 (patch) | |
tree | fe014546f626531c321d4cea103c4cc7607917f8 /docs | |
parent | 16177cee48461c9d807c95bbb2519c63b2524d89 (diff) |
Tiny doc fix
Change-Id: Ic3f1c572fccacb1c78e38c6a94aafcd0f9740aff
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/3-Usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/3-Usage.md b/docs/3-Usage.md index 3cfcd099..4c0f8206 100644 --- a/docs/3-Usage.md +++ b/docs/3-Usage.md @@ -311,7 +311,7 @@ Examples: low-can write { "bus_name": "hs", "frame": { "can_id": 1568, "can_dlc": 8, "can_data": [ 255,255,255,255,255,255,255,255]} } # Write a signal's value. -low-can write { "signal_name": "engine.speed", "value": 1256} +low-can write { "signal_name": "engine.speed", "signal_value": 1256} ``` To be able to use write capability, you need to add the permission |