mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
10_CUL_HM:bug in update readings
git-svn-id: https://svn.fhem.de/fhem/trunk@8548 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c9b9f4c6ff
commit
8a104c5a53
File diff suppressed because it is too large
Load Diff
@ -1354,7 +1354,9 @@ $culHmRegChan{"ROTO_ZEL-STG-RM-FWT03"}= $culHmRegChan{"HM-CC-TC03"};
|
||||
);
|
||||
%culHmModelGets = (
|
||||
"CCU-FHEM" =>{ "listDevice"=>"" },
|
||||
ActionDetector =>{ "listDevice"=>"[all|alive|unknown|dead|notAlive] ..." },
|
||||
ActionDetector =>{ "listDevice"=>"[all|alive|unknown|dead|notAlive] ..."
|
||||
,"info" =>""
|
||||
},
|
||||
);
|
||||
|
||||
##############################---set---########################################
|
||||
@ -1492,7 +1494,9 @@ $culHmSubTypeSets{motionDetector} = $culHmSubTypeSets{threeStateSensor};
|
||||
}
|
||||
,"HM-TC-IT-WM-W-EU" =>{ inhibit =>"[on|off]"}
|
||||
,"HM-SEC-SD" =>{ statusRequest =>""}
|
||||
,"ActionDetector" =>{ clear => "[readings|all]"}
|
||||
,"ActionDetector" =>{ clear => "[readings|all]"
|
||||
,update => ""
|
||||
}
|
||||
);
|
||||
# clones- - - - - - - - - - - - - - - - -
|
||||
$culHmModelSets{"HM-CC-RT-DN-BoM"} = $culHmModelSets{"HM-CC-RT-DN"};
|
||||
@ -1596,7 +1600,7 @@ $culHmModelSets{"HM-RC-Dis-H-x-EU"} = $culHmModelSets{"HM-PB-4DIS-WM"};
|
||||
}
|
||||
,"HM-CC-RT-DN06" =>{ press =>"[long|short] [<peer>] [<repCount(long only)>] [<repDelay>] ..."}
|
||||
,"HM-Dis-WM5501" =>{ displayWM =>"[long|short|help] <lineX> <textNo1> <color1> <icon1> [<textNo2> <color2> <icon2>] ...[<textNo6> <color6> <icon6>] "}
|
||||
,"CCU-FHEM00" =>{ update =>""
|
||||
,"CCU-FHEM00" =>{ update =>""
|
||||
,hmPairForSec =>"<sec>"
|
||||
,hmPairSerial =>"<serial>"
|
||||
,defIgnUnknown=>""
|
||||
|
Loading…
x
Reference in New Issue
Block a user