mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Command bits changed (for Johan)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1268 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c4dfc5fc2f
commit
88b01cb27c
@ -117,6 +117,7 @@ my %culHmModel=(
|
||||
"0061" => "HM-LC-SW4-DR", # Tested by fhem-hm-knecht.
|
||||
"0062" => "HM-LC-SW2-DR",
|
||||
"0066" => "HM_LC_Sw4-WM", # Tested by peterp
|
||||
"006C" => "HM-LC-SW1-PCB", # By jan (unsure if working)
|
||||
);
|
||||
|
||||
|
||||
@ -1620,7 +1621,8 @@ my %culHmBits = (
|
||||
|
||||
);
|
||||
|
||||
my @culHmCmdBits = ( "", "WAKEMEUP", "BCAST", "WAKEUP", "BURST", "BIDI", "RPTED", "RPTEN");
|
||||
my @culHmCmdBits = ( "WAKEUP", "WAKEMEUP", "BCAST", "", "BURST", "BIDI", "RPTED", "RPTEN");
|
||||
|
||||
|
||||
sub
|
||||
CUL_HM_DumpProtocol($$@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user