mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
WMBus: fix compatibility with perl version 5.10
git-svn-id: https://svn.fhem.de/fhem/trunk@8659 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9ffa2eb7cd
commit
12ba7c20a1
@ -424,7 +424,7 @@ my %VIFInfo = (
|
||||
unit => '',
|
||||
calcFunc => \&valueCalcNumeric,
|
||||
},
|
||||
VIF_OWNER_NO => { # Eigentumsnummer (used by Easymeter even though the standard allows this only for writung to a slave)
|
||||
VIF_OWNER_NO => { # Eigentumsnummer (used by Easymeter even though the standard allows this only for writing to a slave)
|
||||
typeMask => 0b01111111,
|
||||
expMask => 0b00000000,
|
||||
type => 0b01111001,
|
||||
@ -1021,7 +1021,7 @@ sub findVIF($$$) {
|
||||
my $bias;
|
||||
|
||||
if (defined $vifInfoRef) {
|
||||
VIFID: foreach my $vifType ( keys $vifInfoRef ) {
|
||||
VIFID: foreach my $vifType ( keys %$vifInfoRef ) {
|
||||
|
||||
#printf "vifType $vifType VIF $vif typeMask $vifInfoRef->{$vifType}{typeMask} type $vifInfoRef->{$vifType}{type}\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user