mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
31_HUEDevice.pm: fix icon for swith devices: see forum https://forum.fhem.de/index.php/topic,96600.msg896565.html#msg896565
git-svn-id: https://svn.fhem.de/fhem/trunk@18457 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
106ff954e1
commit
b8cf6358fe
@ -233,6 +233,7 @@ HUEDevice_devStateIcon($)
|
||||
|
||||
return ".*:$s:toggle" if( AttrVal($name, "model", "") eq "LWL001" );
|
||||
return ".*:$s:toggle" if( AttrVal($name, "subType", "") eq "dimmer" );
|
||||
return ".*:$s:toggle" if( AttrVal($name, "subType", "") eq "switch" );
|
||||
|
||||
#return ".*:$s:toggle" if( AttrVal($name, "model", "") eq "LWB001" );
|
||||
#return ".*:$s:toggle" if( AttrVal($name, "model", "") eq "LWB003" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user