From bbc45a3069bf72e7f27dbfecb0e9e0328f2b103d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 12 Nov 2016 17:54:53 +0100 Subject: [PATCH] Also return computed data --- python/adeunisrf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/adeunisrf.py b/python/adeunisrf.py index ee4307f..193fcef 100644 --- a/python/adeunisrf.py +++ b/python/adeunisrf.py @@ -70,6 +70,8 @@ def decode_adeunis(pkg): res += get_temp(deveui, payload) res += get_gps(deveui, payload) + return res + def nodered_adeunisrf(provider, data): res = decode_adeunis(data) if not res: