mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
No empty bit names
git-svn-id: https://svn.fhem.de/fhem/trunk@1270 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a8c8739115
commit
739e2bcfbd
@ -1621,7 +1621,8 @@ my %culHmBits = (
|
||||
|
||||
);
|
||||
|
||||
my @culHmCmdBits = ( "WAKEUP", "WAKEMEUP", "BCAST", "", "BURST", "BIDI", "RPTED", "RPTEN");
|
||||
my @culHmCmdBits = ( "WAKEUP", "WAKEMEUP", "BCAST", "Bit3",
|
||||
"BURST", "BIDI", "RPTED", "RPTEN");
|
||||
|
||||
|
||||
sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user