From cfe2298c30237186eb71c52f4105eb8534560e44 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 19 Oct 2017 12:17:17 +0200 Subject: 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 --- docs/3-Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/3-Usage.md') diff --git a/docs/3-Usage.md b/docs/3-Usage.md index 317e072..479dd51 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** -- cgit 1.2.3-korg