From d93c5673b168b6b3b9dd67436f5691f2e1fe8e3f Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Sat, 16 Mar 2013 09:10:20 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.fhem.de/fhem/trunk@2924 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/31_HUEDevice.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index 06356c165..3b5fab224 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/FHEM/31_HUEDevice.pm @@ -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($)
  • sat <value>
    set saturation to <value>; range is 0-254.
  • x <x>,<y>
    - set the xv color coordinates to <x>,<y>;
  • + set the xy color coordinates to <x>,<y>;
  • rgb <rrggbb>