mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
b3727c3d65
commit
ec6061c0e6
|
@ -105,7 +105,7 @@ Backlog | <a id="Backlog"></a>List of commands to be executed in sequence separa
|
||||||
BlinkCount | Number of relay toggles ([blinks](#power)) **(does not control the status LED)**<BR> `0` = blink many times before restoring power state <BR> `1..32000` = set number of blinks<a id="BlinkTime"></a>
|
BlinkCount | Number of relay toggles ([blinks](#power)) **(does not control the status LED)**<BR> `0` = blink many times before restoring power state <BR> `1..32000` = set number of blinks<a id="BlinkTime"></a>
|
||||||
BlinkTime | `2..3600` set duration, in 0.1 second increments, to [blink](#power) (i.e., toggle Power) for a relay **(does not control the status LED)**<a id="ButtonDebounce"></a>
|
BlinkTime | `2..3600` set duration, in 0.1 second increments, to [blink](#power) (i.e., toggle Power) for a relay **(does not control the status LED)**<a id="ButtonDebounce"></a>
|
||||||
ButtonDebounce | User control over button debounce timing <BR>`40..1000` = set button debounce time in ms. Default is `40`<a id="Buzzer"></a>
|
ButtonDebounce | User control over button debounce timing <BR>`40..1000` = set button debounce time in ms. Default is `40`<a id="Buzzer"></a>
|
||||||
Buzzer | `<beeps>,<beep>,<silence>,<tune>` All parameters are optional. Default value for each is `1` (one 100ms beep) and `0` for `<tune>`<BR><BR>`2` - Beep twice with duration 100ms and pause 100ms<BR>`2,3` - Beep twice with duration 300ms and pause 100ms<BR>`2,3,4` - Beep twice with duration 300ms and pause 400ms<BR>`1,2,2,0xF54` - Beep sequence of tune bitmask with both duration and pause 200 ms<a id="FanSpeed"></a>
|
Buzzer | `<beeps>,<beep>,<silence>,<tune>`<BR>All parameters are optional. The default is a one 100ms beep (`1` for `<beeps>`, `<beep>`, and `<silence>`, and `0` for `<tune>`)<BR><BR>`2` - Beep twice with 100ms duration and 100ms pause<BR>`2,3` - Beep twice with 300ms duration and 100ms pause<BR>`2,3,4` - Beep twice with 300ms duration and 400ms pause<BR>`1,2,2,0xF54` - Beep tune bitmask sequence once with 200ms duration and 200ms pause<a id="FanSpeed"></a>
|
||||||
FanSpeed | Fan speed control *(iFan02/iFan03 only)*<BR>`0` = turn fan OFF<BR>`1..3` = set fan speed<BR>`+` = increase fan speed <BR>`-` = decrease fan speed <BR><a id="Interlock"></a>
|
FanSpeed | Fan speed control *(iFan02/iFan03 only)*<BR>`0` = turn fan OFF<BR>`1..3` = set fan speed<BR>`+` = increase fan speed <BR>`-` = decrease fan speed <BR><a id="Interlock"></a>
|
||||||
Interlock | Relay interlock mode and group selection.<BR>`0` = set self-locking mode for all relays *(default)*<BR> `1` = set interlock mode for selected relays
|
Interlock | Relay interlock mode and group selection.<BR>`0` = set self-locking mode for all relays *(default)*<BR> `1` = set interlock mode for selected relays
|
||||||
| | Add up to 8 relays in 1 to 4 interlock groups, each separated by a space. For example<BR> `1,2 3,4` = Group Relay1 and Relay2 in group 1 and Relay3 and Relay4 in group 2 (_note the space between the two group declarations_) <BR> `1,2,3` = group Relay1, Relay2 and Relay3 in a single interlock group <BR>`1 3 2,4` = Relay1 is in group 1, Relay3 in group 2, Relay2 and Relay4 in group 3<a id="LedMask"></a>
|
| | Add up to 8 relays in 1 to 4 interlock groups, each separated by a space. For example<BR> `1,2 3,4` = Group Relay1 and Relay2 in group 1 and Relay3 and Relay4 in group 2 (_note the space between the two group declarations_) <BR> `1,2,3` = group Relay1, Relay2 and Relay3 in a single interlock group <BR>`1 3 2,4` = Relay1 is in group 1, Relay3 in group 2, Relay2 and Relay4 in group 3<a id="LedMask"></a>
|
||||||
|
|
Loading…
Reference in New Issue