summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sources.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/sources.json')
-rw-r--r--conf.d/project/etc/sources.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/conf.d/project/etc/sources.json b/conf.d/project/etc/sources.json
deleted file mode 100644
index 45d7706..0000000
--- a/conf.d/project/etc/sources.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json",
- "sources": [
- {
- "uid": "CAN-service",
- "api": "low-can",
- "info": "Low level binding to handle CAN bus communications",
- "getSignals": {
- "action": "plugin://low-can-callbacks#subscribeToLow"
- }
- },
- {
- "uid": "GPS-service",
- "api": "gps",
- "info": "Low level binding which retrieve Satellite positionning values",
- "init": {
- "action": "api://gps#subscribe",
- "args": {
- "value": "location"
- }
- },
- "getSignals": {
- "function": "lua://convert#_Simple_Echo_Args"
- }
- },
- {
- "uid": "MRAA-service",
- "api": "mraa",
- "info": "Low level binding which retrieve different values from several sensors like gyroscope, accelerometer, etc"
- }
- ]
- }