summaryrefslogtreecommitdiffstats
path: root/low-can-binding
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2020-01-22 11:38:13 +0100
committerJose Bollo <jose.bollo@iot.bzh>2020-01-22 11:38:13 +0100
commit5c9daf29edd17f4cb39df850e0c451b368072def (patch)
tree4ee2fde5e776960f045bc216fbe2b0130ded759f /low-can-binding
parent0cbbe7bb1018d5e2a24f742ff8430931441eefb5 (diff)
low-can-apidef: Fix typo in permission
The space at the end is not expected! Bug-AGL: SPEC-3115 Change-Id: I8c87e4827dc697d0605131a4f9e7f4720bf7cec4 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'low-can-binding')
-rw-r--r--low-can-binding/binding/low-can-apidef.json2
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 db8af8ed..d3a6bb6e 100644
--- a/low-can-binding/binding/low-can-apidef.json
+++ b/low-can-binding/binding/low-can-apidef.json
@@ -86,7 +86,7 @@
"permission": "urn:AGL:permission:low-can:public:monitor"
},
"write": {
- "permission": "urn:AGL:permission::platform:can:write "
+ "permission": "urn:AGL:permission::platform:can:write"
}
},
"responses": {
'#n188'>188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288