31_LightScene.pm: handle hue subTypes extcolordimmer and ctcolordimmer
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7289 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -487,7 +487,7 @@ LightScene_SaveDevice($$)
|
||||
$state = Value($d);
|
||||
} elsif( $subtype eq "dimmer" ) {
|
||||
$state = "bri ". ReadingsVal($d,'bri',"0");
|
||||
} elsif( $subtype eq "colordimmer" ) {
|
||||
} elsif( $subtype =~ m/color|ct/ ) {
|
||||
if( ReadingsVal($d,"colormode","") eq "ct" ) {
|
||||
ReadingsVal($d,"ct","") =~ m/(\d+) .*/;
|
||||
$state = "bri ". ReadingsVal($d,'bri',"0") ." : ct ". $1;
|
||||
|
||||
Reference in New Issue
Block a user