summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sources.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-15 16:29:17 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-14 11:00:25 +0100
commit677cde6288a4574b8251a4a532b1d9e1594b09b2 (patch)
treec510a0cdd76e2b8de1cdaf254fd270c8bfebae42 /conf.d/project/etc/sources.json
parenteabae24ea592420de46e36f0b1af5d39eee5b8a4 (diff)
Subscription by plugin to signals
Change-Id: Icb923f87df2be8eb664106bc9077b3a8221dd3ce 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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/project/etc/sources.json b/conf.d/project/etc/sources.json
index a70da50..6a9657a 100644
--- a/conf.d/project/etc/sources.json
+++ b/conf.d/project/etc/sources.json
@@ -10,7 +10,8 @@
}
},
"getSignal": {
- "function": "_LUA_Simple_Echo_Args",
+ "plugin": "low-can-callbacks",
+ "function": "subscribeToLow",
"args": {
"arg": "first argument"
}