mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
support SVG icons for LWB001 living whites bulb
git-svn-id: https://svn.fhem.de/fhem/trunk@3376 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a80388a4e3
commit
8865516fb2
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII
|
||||
- SVN
|
||||
- feature: HUEDevice: support SVG icons for LWB001 living whites bulb
|
||||
- feature: HUEDevice: support more than one bridge
|
||||
- feature: updateInBackground global attribute
|
||||
- feature: SYSSTAT: allow stateFormat
|
||||
|
@ -78,6 +78,9 @@ HUEDevice_devStateIcon($)
|
||||
return undef
|
||||
if( ReadingsVal($name,"state","off") eq "off" || ReadingsVal($name,"bri","0") eq 0 );
|
||||
|
||||
return undef
|
||||
if( AttrVal($name, "model", "") eq "LWB001" );
|
||||
|
||||
return undef
|
||||
if( AttrVal($name, "model", "") eq "LWL001" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user