2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

47_OBIS: Patch von dennisk uebernommen (Warning beim Start von OBIS-Devices Typ none)

git-svn-id: https://svn.fhem.de/fhem/trunk@29269 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
gvzdus 2024-10-20 16:48:04 +00:00
parent 1051ea3400
commit 87877ef26e

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 // '');
}
#Version
elsif ($rmsg=~ /.*\/(.*)/) {