From bf964e8ad085cd051d9a28bcd74aafeeb08c9593 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 4 Jul 2018 18:18:24 +0200 Subject: 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 --- conf.d/project/etc/sig-txc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/project/etc/sig-txc.json') 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", -- cgit 1.2.3-korg