2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

HMConfig: improve RGBW

git-svn-id: https://svn.fhem.de/fhem/trunk@15504 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2017-11-26 09:10:29 +00:00
parent 0edaa5d145
commit 438ae81326

View File

@ -967,6 +967,7 @@ foreach my $al (keys %culHmModel){ # duplicate entries for alias devices
,CtOff =>1,CtDlyOff =>1
,lgMultiExec =>1,shMultiExec =>1
}
,rgb =>{ intKeyVisib =>1,localResDis =>1}
);
#clones - - - - - - - - - - - - - - -
$culHmRegType{pushButton} = $culHmRegType{remote};