diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-04 18:18:24 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-05 16:22:47 +0200 |
commit | bf964e8ad085cd051d9a28bcd74aafeeb08c9593 (patch) | |
tree | 023df59e460e7102797648e87ec41edca360218c /conf.d/project/etc/sig-txc.json | |
parent | 523113d80d1304346f685f530089b14a7df29d07 (diff) |
Reintoduce the old builtin plugin
We use only one function of two from the plugin which could
be called from the LUA script to be able to set a signal
value from a LUA callback.
Change-Id: Ic7a0fcd3d8c4c2370828c1d09fff9ed88a0dc15b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/sig-txc.json')
-rw-r--r-- | conf.d/project/etc/sig-txc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/sig-txc.json b/conf.d/project/etc/sig-txc.json index abe8a73..9599cce 100644 --- a/conf.d/project/etc/sig-txc.json +++ b/conf.d/project/etc/sig-txc.json @@ -10,7 +10,7 @@ "event": "vehicle_speed" }, "onReceived": { - "uri": "lua://convert/", + "uri": "lua://convert", "function": "_Unit_Converter", "args": { "from": "km/h", |