mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
9fd62e3973
commit
00ea27bc84
|
@ -108,7 +108,7 @@ Backlog<a id="Backlog"></a>|List of commands to be executed in sequence separate
|
|||
BlinkCount<a id="BlinkCount"></a>|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 *(default = `10`)*
|
||||
BlinkTime<a id="BlinkTime"></a>|`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)**
|
||||
ButtonDebounce<a id="ButtonDebounce"></a>|User control over button debounce timing   »6.2.0<BR>`40..1000` = set button debounce time in milliseconds *(default = `50`)*
|
||||
Buzzer<a id="Buzzer"></a>|`0` = stop active buzzer cycle  »6.6.0.18<BR>`<count>,<beep>,<silence>,<tune>` = [read more...](Buzzer) article<BR>`2,3` - Beep twice with 300 milliseconds duration and 100 milliseconds pause<BR>`2,3,4` - Beep twice with 300 milliseconds duration and 400 milliseconds pause<BR>`1,2,3,0xF54` (0000 0000 0000 0000 0000 1111 0101 0100). Each `1` bit beeps for 200 milliseconds and each bounded `0` bit pauses for 300 milliseconds
|
||||
Buzzer<a id="Buzzer"></a>|`0` = stop active buzzer cycle  »6.6.0.18<BR>`<count>,<beep>,<silence>,<tune>` = [read more...](Buzzer)<BR>`2,3` - Beep twice with 300 milliseconds duration and 100 milliseconds pause<BR>`2,3,4` - Beep twice with 300 milliseconds duration and 400 milliseconds pause<BR>`1,2,3,0xF54` (0000 0000 0000 0000 0000 1111 0101 0100). Each `1` bit beeps for 200 milliseconds and each bounded `0` bit pauses for 300 milliseconds
|
||||
FanSpeed<a id="FanSpeed"></a>|Fan speed control *(iFan02/iFan03 only)*  »6.1.0<BR>`0` = turn fan OFF<BR>`1..3` = set fan speed<BR>`+` = increase fan speed <BR>`-` = decrease fan speed <BR>
|
||||
Interlock<a id="Interlock"></a>|Relay interlock mode and group selection.  »6.5.0<BR>`0` = disable relay interlock for all relays (i.e., each relay is self-locking) *(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
|
||||
|
|
Loading…
Reference in New Issue