mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fixed typo
git-svn-id: https://svn.fhem.de/fhem/trunk@2924 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2585a1a2cf
commit
d93c5673b1
@ -415,7 +415,7 @@ HUEDevice_Set($@)
|
||||
my $list = "off on toggle statusRequest";
|
||||
$list .= " pct:slider,0,1,100 bri:slider,0,1,254" if( AttrVal($hash->{NAME}, "subType", "colordimmer") =~ m/dimmer/ );
|
||||
#$list .= " dim06% dim12% dim18% dim25% dim31% dim37% dim43% dim50% dim56% dim62% dim68% dim75% dim81% dim87% dim93% dim100%" if( AttrVal($hash->{NAME}, "subType", "colordimmer") =~ m/dimmer/ );
|
||||
$list .= " rgb:colorpicker,RGB color:slider,2000,1,6500 ct:slider,154,1,500 hue:slider,0,1,65535 sat:slider,0,1,254 xv" if( AttrVal($hash->{NAME}, "subType", "colordimmer") =~ m/color/ );
|
||||
$list .= " rgb:colorpicker,RGB color:slider,2000,1,6500 ct:slider,154,1,500 hue:slider,0,1,65535 sat:slider,0,1,254 xy" if( AttrVal($hash->{NAME}, "subType", "colordimmer") =~ m/color/ );
|
||||
return SetExtensions($hash, $list, $name, $cmd, $value, @a);
|
||||
}
|
||||
|
||||
@ -737,7 +737,7 @@ HUEDevice_GetUpdate($)
|
||||
<li>sat <value><br>
|
||||
set saturation to <value>; range is 0-254.</li>
|
||||
<li>x <x>,<y><br>
|
||||
set the xv color coordinates to <x>,<y>;</li>
|
||||
set the xy color coordinates to <x>,<y>;</li>
|
||||
<li>rgb <rrggbb></li>
|
||||
</ul><br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user