2
0
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:
justme-1968 2013-07-01 17:02:19 +00:00
parent a80388a4e3
commit 8865516fb2
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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" );