diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-11 20:30:21 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-11 20:39:12 +0200 |
commit | d23419e94d5edf4121226754aeb38a6bfdfcdf8b (patch) | |
tree | 4378d39286776ef0829fddceadfb5a9d22923682 /conf.d/project/etc/control-basic-conf.json | |
parent | 6503346aced4baada6ea7dec88fe9bbbb03f9b57 (diff) |
Cleaning and updating defaults config files
This get rid of nonexistent binding and switch back to the basic configuration
by default instead of the TXC one which is used for test purpose mainly since
the TXC binding is emulated by the binding test framework.
Bug-AGL: SPEC-2312
Change-Id: I7cfd4a9c56d1347bcf5c66d92f0762aa8961816f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/control-basic-conf.json')
-rw-r--r-- | conf.d/project/etc/control-basic-conf.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/conf.d/project/etc/control-basic-conf.json b/conf.d/project/etc/control-basic-conf.json deleted file mode 100644 index 1331544..0000000 --- a/conf.d/project/etc/control-basic-conf.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", - "metadata": { - "uid": "Signal Composer", - "version": "1.0", - "api": "signal-composer", - "info": "Signal composer Configuration", - "require": ["low-can"] - }, - "plugins": [ - { - "uid": "low-can-callbacks", - "info": "Manage interaction with low-can service", - "libs": "low-can.ctlso" - }, - { - "uid": "gps-callbacks", - "info": "Manage interaction with gps service", - "libs": "gps.ctlso" - }, - { - "uid": "convert", - "info": "LUA fonctions used to convert standard unit.", - "spath": "/tmp", - "libs": "unit-conversion.lua" - } - ], - "signals": { - "files": ["sig-doors", "sig-demoboard", "sig-geoloc" ] - }, - "sources": { - "files": "sources" - } -} |