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: