2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

12_HProtocolGateway: trim PMS-IB data

git-svn-id: https://svn.fhem.de/fhem/trunk@18766 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
eisler 2019-03-01 13:14:06 +00:00
parent ee57dd3834
commit 8fb01308c2

View File

@ -192,6 +192,7 @@ sub HProtocolGateway_ParseMessage($$) {
# PMS-IB
if ( $sensorSystem eq "PMS-IB") {
$data =~ s/^\s+//;
($tanknumber,$error,$temperature,$tankdata,$water,$checksum)=split(/=/,$data);
$test = substr($data, 0, length($data)-3);