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:
parent
afeeb30cf9
commit
f84226dfcf
@ -640,7 +640,7 @@ sub OBIS_Parse($$)
|
|||||||
|
|
||||||
# End of Message
|
# End of Message
|
||||||
if ($rmsg=~/^!.*/) {
|
if ($rmsg=~/^!.*/) {
|
||||||
$hash->{helper}{EoM}+=1 if ($hash->{helper}{DEVICES}[1]>0 // '');
|
$hash->{helper}{EoM}+=1 if (($hash->{helper}{DEVICES}[1] // 0)>0);
|
||||||
}
|
}
|
||||||
#Version
|
#Version
|
||||||
elsif ($rmsg=~ /.*\/(.*)/) {
|
elsif ($rmsg=~ /.*\/(.*)/) {
|
||||||
|
Loading…
Reference in New Issue
Block a user