mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
26c9dd8a42
commit
54a66eec33
|
@ -147,7 +147,7 @@ SetOption13 | 0 / off | (default) Enable button single, multi-press an
|
|||
SetOption13 | 1 / on | Enable button single press only for immediate response. Disable by holding 4 x SetOption32
|
||||
SetOption14 | | Show current relay switch mode (**deprecated** since 6.4.1.11 - _See Interlock_)
|
||||
SetOption14 | 0 / off | (default) Set self-locking mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_ - equivalent command is now `Interlock 0`)
|
||||
SetOption14 | 1 / on | Set interlock mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_. E.g., for a Sonoff Dual, use the command `Interlock 1,2`)
|
||||
SetOption14 | 1 / on | Set interlock mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_. E.g., for a Sonoff Dual, use the command `Backlog Interlock 1,2; Interlock 1`)
|
||||
SetOption15 | | Show current LED control
|
||||
SetOption15 | 0 / off | Command PWM control
|
||||
SetOption15 | 1 / on | (default) command Color/Dimmer control to PWM RGB(CW) leds
|
||||
|
@ -643,8 +643,8 @@ SetOption13 | | Show current button single press only state
|
|||
SetOption13 | 0 / off | (default) Enable button single, multi-press and hold
|
||||
SetOption13 | 1 / on | Enable button single press only for immediate response. Disable by holding 4 x SetOption32
|
||||
SetOption14 | | Show current relay switch mode (**deprecated** since 6.4.1.11 - _See Interlock_)
|
||||
SetOption14 | 0 / off | (default) Set self-locking mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_)
|
||||
SetOption14 | 1 / on | Set interlock mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_)
|
||||
SetOption14 | 0 / off | (default) Set self-locking mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_ - equivalent command is now `Interlock 0`)
|
||||
SetOption14 | 1 / on | Set interlock mode for all relays (**deprecated** since 6.4.1.11 - _See Interlock_. E.g., for a Sonoff Dual, use the command `Backlog Interlock 1,2; Interlock 1`)
|
||||
SetOption15 | | Show current PWM control mode
|
||||
SetOption15 | 0 / off | Allow Pwm command control
|
||||
SetOption15 | 1 / on | (default) Disable Pwm command and allow control by Dimmer or Color commands
|
||||
|
|
Loading…
Reference in New Issue