mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Update sonoff.ino
This commit is contained in:
parent
54423e2089
commit
d45b3ffa37
@ -1092,6 +1092,9 @@ boolean send_button_power(byte key, byte device, byte state)
|
||||
#endif // USE_DOMOTICZ
|
||||
result = true;
|
||||
}
|
||||
#ifdef USE_KNX
|
||||
knx_send_button_power(key, device, state);
|
||||
#endif
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user