From 8fe46a27a8eb4f24c6badfc88b9c3dcb8bc76bad Mon Sep 17 00:00:00 2001 From: Bluepr1nt Date: Wed, 29 Mar 2017 13:40:51 +0200 Subject: [PATCH] sd --- mean-app/server/routes/thingapi.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mean-app/server/routes/thingapi.js b/mean-app/server/routes/thingapi.js index a81a383..2c4069c 100644 --- a/mean-app/server/routes/thingapi.js +++ b/mean-app/server/routes/thingapi.js @@ -33,6 +33,7 @@ var parseTelegram = function(data, callback){ regx = /1-0:1\.8\.1\((\d{5,6}\.\d{3})\*kWh\)/g found = str.match(regx); + console.log("found:"); console.log(found); if(found) toe1 = found[0];