aboutsummaryrefslogtreecommitdiffstats
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.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf.d/project/etc/sources.json b/conf.d/project/etc/sources.json
index 396a6f9..0d04880 100644
--- a/conf.d/project/etc/sources.json
+++ b/conf.d/project/etc/sources.json
@@ -1,6 +1,8 @@
{
+ "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json",
"sources": [
{
+ "uid": "-serviceCAN",
"api": "low-can",
"info": "Low level binding to handle CAN bus communications",
"getSignals": {
@@ -9,7 +11,9 @@
"arg": "first argument"
}
}
- }, {
+ },
+ {
+ "uid": "GPS-service",
"api": "gps",
"info": "Low level binding which retrieve Satellite positionning values",
"init": {
@@ -24,7 +28,9 @@
"arg": "first argument"
}
}
- }, {
+ },
+ {
+ "uid": "MRAA-service",
"api": "mraa",
"info": "Low level binding which retrieve different values from several sensors like gyroscope, accelerometer, etc"
}