replace IOdev with IODev

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4435 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-12-21 13:59:29 +00:00
parent 3886c8f8c2
commit 0099cdeaf6
2 changed files with 2 additions and 2 deletions

View File

@ -2321,7 +2321,7 @@ sub CUL_HM_Set($@) {
return "$cmd requires parameter: $h";
}
AssignIoPort($defs{$devName}) if (!$defs{$devName}{IOdev});
AssignIoPort($defs{$devName}) if (!$defs{$devName}{IODev});
my $id = CUL_HM_IOid($defs{$devName});
return "no IO device identified" if(length($id) != 6 );

View File

@ -1119,7 +1119,7 @@ $culHmSubTypeSets{powerMeter} = $culHmSubTypeSets{outputUnit};
$culHmSubTypeSets{motionDetector} = $culHmSubTypeSets{threeStateSensor};
my %culHmModelSets = (# channels of this subtype-------------
"HM-CC-VD" =>{ valvePos => "position"},
# "HM-CC-VD" =>{ valvePos => "position"},
"HM-RC-19" =>{ service => "<count>"
,alarm => "<count>"
,display => "<text> [comma|no] [unit] [off|1|2|3] [off|on|slow|fast] <symbol>"},