From b44a146408df7e4c7c721df245b839203324712e Mon Sep 17 00:00:00 2001 From: martinp876 Date: Fri, 29 May 2015 17:30:03 +0000 Subject: [PATCH] HM_Confg:add peerChan 2 MDIR git-svn-id: https://svn.fhem.de/fhem/trunk@8650 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/HMConfig.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/HMConfig.pm b/fhem/FHEM/HMConfig.pm index ba6fbc995..53daff495 100644 --- a/fhem/FHEM/HMConfig.pm +++ b/fhem/FHEM/HMConfig.pm @@ -1467,6 +1467,7 @@ $culHmSubTypeSets{tipTronic} = $culHmSubTypeSets{outputUnit}; $culHmSubTypeSets{powerMeter} = $culHmSubTypeSets{outputUnit}; $culHmSubTypeSets{motionDetector} = $culHmSubTypeSets{threeStateSensor}; +$culHmSubTypeSets{motionAndBtn} = $culHmSubTypeSets{threeStateSensor}; %culHmModelSets = (# channels of this subtype------------- "HM-CC-VD" =>{ valvePos =>"[off|0.0..99.0]"}