2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +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 b88451431b
commit 1fa93b2a33

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