31_HUEDevice.pm: dimmed icon fix
git-svn-id: https://svn.fhem.de/fhem/trunk@25565 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -276,7 +276,10 @@ HUEDevice_devStateIcon($)
|
||||
|
||||
return ".*:light_toggle@#".CommandGet("","$name RGB").":toggle" if( ReadingsVal($name, 'dynamics_status', 'none') eq 'dynamic_palette'
|
||||
&& $pct < 100 && AttrVal($name, "color-icons", 0) == 2 );
|
||||
return ".*:light_toggle:toggle" if( ReadingsVal($name, 'dynamics_status', 'none') eq 'dynamic_palette' );
|
||||
return ".*:light_toggle:toggle" if( ReadingsVal($name, 'dynamics_status', 'none') eq 'dynamic_palette'
|
||||
&& AttrVal($name, "color-icons", 0) != 0 );
|
||||
|
||||
return ".*:$s@#".CommandGet("","$name RGB").":toggle" if( $pct < 100 && AttrVal($name, "color-icons", 0) == 2 );
|
||||
return ".*:on@#".CommandGet("","$name rgb").":toggle" if( AttrVal($name, "color-icons", 0) != 0 );
|
||||
|
||||
return '<div style="width:32px;height:19px;'.
|
||||
|
||||
Reference in New Issue
Block a user