47_OBIS: Neuerer Patch von dennisk rein

git-svn-id: https://svn.fhem.de/fhem/trunk@29273 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
gvzdus
2024-10-20 19:23:06 +00:00
parent d139dc1c71
commit 0ea9204063

View File

@@ -640,7 +640,7 @@ sub OBIS_Parse($$)
# End of Message
if ($rmsg=~/^!.*/) {
$hash->{helper}{EoM}+=1 if ($hash->{helper}{DEVICES}[1]>0 // '');
$hash->{helper}{EoM}+=1 if (($hash->{helper}{DEVICES}[1] // 0)>0);
}
#Version
elsif ($rmsg=~ /.*\/(.*)/) {