From fe31b22ebf662a23ce23af4ec4d717d66410a11e Mon Sep 17 00:00:00 2001 From: martinp876 <> Date: Tue, 2 Aug 2016 18:58:25 +0000 Subject: [PATCH] HMConfig: sirenen kommandos git-svn-id: https://svn.fhem.de/fhem/trunk@11880 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/HMConfig.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fhem/FHEM/HMConfig.pm b/fhem/FHEM/HMConfig.pm index 73ca4aea6..679fc2809 100644 --- a/fhem/FHEM/HMConfig.pm +++ b/fhem/FHEM/HMConfig.pm @@ -1798,10 +1798,17 @@ $culHmModelSets{"HM-OU-CM-PCB"} = $culHmModelSets{"HM-SEC-SD"}; } ,"HM-LC-RGBW-WM02" =>{ brightCol =>"-bright- -colVal- -duration- -ramp- ..."} ,"HM-LC-RGBW-WM03" =>{ brightAuto =>"-bright- -colProg- -min- -max- -duration- -ramp- ..."} + ,"HM-Sec-Sir-WM01" =>{ on =>"" + ,off =>"" + ,"on-for-timer" =>"-ontime-" + ,"on-till" =>"-time-" + ,press =>"[long|short] [-peer-] [-repCount(long only)-] [-repDelay-] ..." + } ,"HM-Sec-Sir-WM04" =>{ alarmLevel =>"[disarmed|armExtSens|armAll|armBlocked]"} ,"HM-Dis-EP-WM5503" =>{ displayEP =>"text1,icon1:text2,icon2:text3,icon3 ... -sound- -repetition- -pause- -signal-"} ); # clones- - - - - - - - - - - - - - - - - +$culHmChanSets{"HM-Sec-Sir-WM02"} = $culHmChanSets{"HM-Sec-Sir-WM01"}; $culHmChanSets{"HM-Dis-WM5502"} = $culHmChanSets{"HM-Dis-WM5501"}; $culHmChanSets{"WDF-solar01"} = $culHmSubTypeSets{THSensor};