This commit is contained in:
Milos Kozak 2018-08-28 23:33:09 +02:00
parent 4082f52dd9
commit 8c2ad32ad8

View file

@ -67,6 +67,8 @@ public class SourceDexcomG5Plugin extends PluginBase implements BgSourceInterfac
if (L.isEnabled(L.BGSOURCE))
log.debug("Received Dexcom Data", data);
if (data == null) return;
try {
JSONArray jsonArray = new JSONArray(data);
if (L.isEnabled(L.BGSOURCE))