diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-03 15:37:01 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:26 +0100 |
commit | 0d16d582fb00669dd97e94273eca317692c96db7 (patch) | |
tree | b009bf08fb4cef35bc0253084f2650a0f6a9c624 /conf.d/project/etc/control-daemon.json | |
parent | ddfd50dd35d93e67809ae1f61524cfd36b7098d4 (diff) |
Rename main configuration file
Change-Id: Ieb4b5978b1c6161a924b43471da987ccbc188e1e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/control-daemon.json')
-rw-r--r-- | conf.d/project/etc/control-daemon.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/conf.d/project/etc/control-daemon.json b/conf.d/project/etc/control-daemon.json new file mode 100644 index 0000000..8804b1d --- /dev/null +++ b/conf.d/project/etc/control-daemon.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", + "metadata": { + "uid": "Signal Composer", + "version": "1.0", + "api": "test", + "info": "Signal composer Configuration", + "require": ["low-can"] + }, + "plugins": [ + { + "uid": "low-can-callbacks", + "version": "1.0", + "info": "Manage interaction with low-can service", + "basename": "low-can" + }, + { + "uid": "gps-callbacks", + "version": "1.0", + "info": "Manage interaction with gps service", + "basename": "gps" + } + ], + "signals": { + "files": ["sig-doors", "sig-demoboard" ] + }, + "sources": { + "files": "sources" + } +} |