summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/control-txc-demo.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/control-txc-demo.json')
-rw-r--r--conf.d/project/etc/control-txc-demo.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/conf.d/project/etc/control-txc-demo.json b/conf.d/project/etc/control-txc-demo.json
deleted file mode 100644
index d44a8fe..0000000
--- a/conf.d/project/etc/control-txc-demo.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",
- "basename": "low-can"
- },
- {
- "uid": "gps-callbacks",
- "info": "Manage interaction with gps service",
- "basename": "gps"
- },
- {
- "uid": "builtin",
- "info": "Builtin routine for onReceived or getSignals routines",
- "basename": "builtin",
- "lua2c": "setSignalValueWrap"
- }
- ],
- "signals": {
- "files": ["sig-doors", "sig-demoboard", "sig-geoloc" ]
- },
- "sources": {
- "files": "sources"
- }
-}