diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 18:25:05 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 18:25:05 +0200 |
commit | 61f0f263c335ad403c6693a1b8b6f5428ac180a8 (patch) | |
tree | 80b49b996a1a67f164643d6fdac5645801cc6fe5 /Controler-afb/ctl-apidef.json | |
parent | 4ca8fd4015479fa758a789d137a693c30fec8cae (diff) |
Fixed LUA Nested Table Issues. Added LUA2C for User Defined Plugins
Diffstat (limited to 'Controler-afb/ctl-apidef.json')
-rw-r--r-- | Controler-afb/ctl-apidef.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Controler-afb/ctl-apidef.json b/Controler-afb/ctl-apidef.json index 818dd80..93456ab 100644 --- a/Controler-afb/ctl-apidef.json +++ b/Controler-afb/ctl-apidef.json @@ -178,7 +178,7 @@ } } }, - "/select": { + "/dispatch": { "description": "Request Access to Navigation Audio Channel.", "get": { "x-permissions": { |