fixed 100% icon for LWB001 and LWL001

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4137 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-10-30 21:00:27 +00:00
parent d188d67f95
commit 4bf307aa49

View File

@@ -86,6 +86,7 @@ HUEDevice_devStateIcon($)
my $percent = ReadingsVal($name,"pct","100");
my $s = $dim_values{int($percent/7)};
$s="on" if( $percent eq "100" );
return ".*:$s:toggle"
if( AttrVal($name, "model", "") eq "LWB001" );