summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sources.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-25 18:42:10 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-14 11:00:25 +0100
commit1480ff8d68ee4b923596d8178e37eba7b9202a30 (patch)
treebe2d96ffa22150c05028122f8447a9f4e0711368 /conf.d/project/etc/sources.json
parent1ee7176ad8f10897d25bed479da211dbc51c8ae9 (diff)
Update config to simulate real situation
LUA2C not working... Use diagnostic message from OBD2 values for vehicle_speed Remove action from sources Change-Id: I08bd94bc023320a027a1e050583e5a940e1b2629 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/sources.json')
-rw-r--r--conf.d/project/etc/sources.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/conf.d/project/etc/sources.json b/conf.d/project/etc/sources.json
index dcb55a3..396a6f9 100644
--- a/conf.d/project/etc/sources.json
+++ b/conf.d/project/etc/sources.json
@@ -26,19 +26,7 @@
}
}, {
"api": "mraa",
- "info": "Low level binding which retrieve different values from several sensors like gyroscope, accelerometer, etc",
- "init": {
- "function": "lua://_Simple_Echo_Args",
- "args": {
- "arg1": "first argument"
- }
- },
- "getSignals": {
- "function": "lua://_Simple_Echo_Args",
- "args": {
- "arg": "first argument"
- }
- }
+ "info": "Low level binding which retrieve different values from several sensors like gyroscope, accelerometer, etc"
}
]
}