mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
3886c8f8c2
commit
0099cdeaf6
@ -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 );
|
||||
|
||||
|
@ -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>"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user