This commit is contained in:
Bluepr1nt
2017-03-29 13:22:01 +02:00
parent d58ddbf35a
commit 606786c8fe
+2 -2
View File
@@ -74,7 +74,7 @@ var parseTelegram = function(data, callback){
//HOV
regx = /1-0:1\.7\.0\((\d{2}\.\d{3})\*kW\)/g;
regx = /1-0:1\.7\.0\((\d{2}\.\d{2})\*kW\)/g;
found = str.match(regx);
if(found.length > 0)
@@ -82,7 +82,7 @@ var parseTelegram = function(data, callback){
//HTV
regx = /1-0:2\.7\.0\((\d{2}\.\d{3})\*kW\)/g;
regx = /1-0:2\.7\.0\((\d{2}\.\d{2})\*kW\)/g;
found = str.match(regx);
if(found.length > 0)