2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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 afeeb30cf9
commit f84226dfcf

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=~ /.*\/(.*)/) {