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 /low-can-binding/binding/low-can-apidef.json | |
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 'low-can-binding/binding/low-can-apidef.json')
-rw-r--r-- | low-can-binding/binding/low-can-apidef.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/binding/low-can-apidef.json b/low-can-binding/binding/low-can-apidef.json index 623b4c71..2c7de4a2 100644 --- a/low-can-binding/binding/low-can-apidef.json +++ b/low-can-binding/binding/low-can-apidef.json @@ -85,7 +85,7 @@ "permission": "urn:AGL:permission:low-can:public:monitor" }, "write": { - "permission": "urn:AGL:permission:low-can:platform:write" + "permission": "urn:AGL:permission::platform:can:write " } }, "responses": { |