mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 15:27:17 +00:00
parent
31a53148c6
commit
ff3d90c36d
@ -84,7 +84,8 @@ bool SwitchState(uint32_t index) {
|
||||
(PUSHBUTTONHOLD_INV == switchmode) ||
|
||||
(FOLLOWMULTI_INV == switchmode) ||
|
||||
(PUSHHOLDMULTI_INV == switchmode) ||
|
||||
(PUSHON_INV == switchmode)
|
||||
(PUSHON_INV == switchmode) ||
|
||||
(PUSH_IGNORE_INV == switchmode)
|
||||
) ^ Switch.last_state[index];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user