From 0476e2e8c77d9ccbe4e1ba6c6f603e7983328c54 Mon Sep 17 00:00:00 2001 From: Bluepr1nt Date: Wed, 29 Mar 2017 12:23:48 +0200 Subject: [PATCH] test --- mean-app/server/routes/thingapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mean-app/server/routes/thingapi.js b/mean-app/server/routes/thingapi.js index 7a50a58..6b23e3d 100644 --- a/mean-app/server/routes/thingapi.js +++ b/mean-app/server/routes/thingapi.js @@ -21,7 +21,7 @@ var parseTelegram = function(data, callback){ //TOE1 - regx = /1-0:1\.8\.1\((\d{6}\.\d{3})\*kWh\)/g; + regx = /1-0:1\.8\.1\((\d{6}\.\d{3})\*kWh\)/; found = str.match(regx); console.log("\n\nPARSING\n");