diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-19 12:17:17 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-19 12:17:58 +0200 |
commit | cfe2298c30237186eb71c52f4105eb8534560e44 (patch) | |
tree | f2f5600a7731ecb79badf7882f7478dcd57a3f72 /docs | |
parent | 03fc96a9671d5739264f2208bfe2475641502164 (diff) |
Make write permission use the same name everywhere
Confusion made with permission generated and legacy one
which weren't the same.
Removing unused source file
Change-Id: I74f70b45358c052049ff84b872c0381915e27344
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 317e0724..479dd51e 100644 --- a/docs/3-Usage.md +++ b/docs/3-Usage.md @@ -315,7 +315,7 @@ low-can write { "signal_name": "engine.speed", "value": 1256} ``` To be able to use write capability, you need to add the permission - ```urn:AGL:permission:low-can:platform:write``` to your package configuration + ```urn:AGL:permission::platform:can:write``` to your package configuration file that need to write on CAN bus through **low-can** api. Then in order to write on bus, your app needs to call verb **auth** |