2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

add ActionDetector command

git-svn-id: https://svn.fhem.de/fhem/trunk@6044 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-06-03 18:18:26 +00:00
parent ff574351d5
commit 58141b24e0

View File

@ -1246,6 +1246,7 @@ $culHmRegChan{"ROTO_ZEL-STG-RM-FWT03"}= $culHmRegChan{"HM-CC-TC03"};
);
%culHmModelGets = (
"CCU-FHEM" =>{ "listDevice"=>"" },
"ActionDetector" =>{ "listDevice"=>"[all|alive|unknown|dead|notAlive]" },
);
##############################---set---########################################