mirror of https://github.com/arendst/Tasmota.git
Revert 9142ae17eaec33090d3faaee43f20f5a38a704d9...dcbe8bed35724ef7b88e4328138986737e25791e on Commands
parent
dcbe8bed35
commit
b500e7c03d
|
@ -96,7 +96,7 @@ http://sonoff/cm?user=admin&password=joker&cmnd=Backlog%20Power%20Toggle%3BPower
|
|||
<a id="FanSpeed"> </a> FanSpeed | Fan speed control *([iFan02](Sonoff-iFan02) module 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. Introduced in [v6.4.1.11](https://github.com/arendst/Sonoff-Tasmota/pull/5014)<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="LedPower"> </a> LedPower | LED power state as on or off <BR> `0` = turn LED OFF and LedState OFF <BR> `1` = turn LED ON and LedState OFF<BR>(Use `Backlog LEDPower 0; '<a href="Commands#SetOption31">SetOption31</a> 1` to disable LED even when Wi-Fi or MQTT is not connected)
|
||||
<a id="LedPower"> </a> LedPower | LED power state as on or off <BR> `0` = turn LED OFF and LedState OFF <BR> `1` = turn LED ON and LedState OFF<BR>(Use `Backlog LEDPower 0; SetOption31 1` to disable LED even when Wi-Fi or MQTT is not connected)
|
||||
<a id="LedState"> </a> LedState | Manage LED state<BR> `0` = disable use of LED as much as possible <BR> `1` = show power state on LED (LED on when power on) *(inverted for Sonoff Touch/T1)*<BR> `2` = show MQTT subscriptions as a LED blink<BR> `3` = show power state and MQTT subscriptions as a LED blink<BR> `4` = show MQTT publications as a LED blink<BR> `5` = show power state and MQTT publications as a LED blink<BR> `6` = show all MQTT messages as a LED blink<BR> `7` = show power state and MQTT messages as a LED blink<BR>
|
||||
<a id="Power"> </a> Power\<x\> | Control Relay\<x\> power state and also resetting PulseTime\<x\><BR> `0` / `off` = turn OFF <BR> `1` / `on` = turn ON <BR> `2` / `toggle` = if relay is `ON` switch to `OFF` and vice versa<BR> `3` / `blink` = toggle power for [BlinkCount](#blinkcount) times each [BlinkTime](#blinktime) duration (at the end of `blink`, relay power is returned to pre-blink state)<BR> `4` / `blinkoff` = stop blink sequence and return relay power to pre-blink state
|
||||
<a id="PowerOnState"> </a> PowerOnState | Control relay state after powering on or reboot. [More information](PowerOnState-Configuration) <BR> `0` / `off` = keep relay(s) OFF after power on <BR> `1` / `on` = turn relay(s) ON after power on <BR> `2` / `toggle` = toggle relay(s) on from last saved <BR> `3` = turn relay(s) on as last saved *(default)* <BR> `4` = turn relay(s) on and disable further relay control <BR> `5` = after a pulsetime period turn relay(s) on (acts as inverted PulseTime mode) <BR>
|
||||
|
|
Loading…
Reference in New Issue