Skip to content

Commit 64823f6

Browse files
authored
Merge pull request tasmota#666 from nohat/development
Dimmer < > and ! parameters Thanks @nohat 👍
2 parents 8134e6a + 6a0bd58 commit 64823f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Channel<x\><a class="cmnd" id="channel"></a>|`0..100` = set PWM channel dimmer v
343343
Color<x\><a class="cmnd" id="color"></a>|x = `1..6`<BR>&emsp; `1` = Set color<BR>&emsp; `2` = Set color adjusted to current `Dimmer` value<BR>&emsp; `3` = Set clock seconds hand color *([Scheme](#scheme) `5` only)*<BR>&emsp; `4` = Set clock minutes hand color *([Scheme](#scheme) `5` only)*<BR>&emsp; `5` = Set clock hour hand color *([Scheme](#scheme) `5` only)*<BR>&emsp; `6` = Set clock hour marker color<BR>`<value>`<BR>`r,g,b` = set color by decimal value (`0..255`)<BR>`#CWWW` = set hex color value for CT lights <BR>`#RRGGBB` = set hex color value for RGB lights<BR>`#RRGGBBWW` = set hex color value for RGBW lights<BR>`#RRGGBBCWWW` = set hex color value for RGBCCT lights (5 PWM channels)<BR>**Note**:<br>Just append an `=` instead of the remaining color codes, this way they wont get changed. For example a command like `Color #00ff=` would update the RGB part to disable red and enable geen, but would omit to update blue or any white channel.
344344
|Set color to<BR>`1` = red<BR>`2` = green<BR>`3` = blue<BR>`4` = orange<BR>`5` = light green<BR>`6` = light blue<BR>`7` = amber<BR>`8` = cyan<BR>`9` = purple<BR>`10` = yellow<BR>`11` = pink<BR>`12` = white (using RGB channels)<BR>`+` = next color<BR>`-` = previous color
345345
CT<a class="cmnd" id="ct"></a>|`153..500` = set color temperature from 153 (cold) to 500 (warm) for CT lights<BR>`+` = increase CT value by 10<BR>`-` = decrease CT value by 10
346-
Dimmer<a class="cmnd" id="dimmer"></a>|`0..100` = set dimmer value from 0 to 100%<BR>`+` = increase by `DimmerStep` value *(default =`10`)*<BR>`-` = decrease by `DimmerStep` value *(default =`10`)*
346+
Dimmer<a class="cmnd" id="dimmer"></a>|`0..100` = set dimmer value from 0 to 100%<BR>`+` = increase by `DimmerStep` value *(default =`10`)*<BR>`-` = decrease by `DimmerStep` value *(default =`10`)*<BR>*Use of these parameters with `Fade` on enables dimmer level "move down," "move up," and "stop" commands* ([#11269](https://github.com/arendst/Tasmota/pull/11269))<BR>`<` = decrease to 1<BR>`>` = increase to 100<BR>`!` = stop any dimmer fade in progress at current dimmer level
347347
Dimmer&#60;x>|**Commands available only when `SetOption37 >= 128`** ([#6819](https://github.com/arendst/Tasmota/pull/6819))<br>`<value>` same as in `Dimmer`<br>`Dimmer0 <value>` = set dimming for all channels<BR>`Dimmer1 <value>` = set dimming for RGB channels<BR>`Dimmer2 <value>` = set dimming for white channels
348348
DimmerRange<a class="cmnd" id="dimmerrange"></a>|Change dimming range. <br>`<dimmerMin>,<dimmerMax>` = set the internal dimming range from minimum to maximum value (0..100, 0..100)<BR>***Does not change [`Dimmer`](#dimmer) command behavior***
349349
DimmerStep<a class="cmnd" id="dimmerstep"></a>|`1..50` - set `Dimmer +/-` step value. *(default =`10`)*

0 commit comments

Comments
 (0)