mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-26 15:57:16 +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
|
#endif // USE_DOMOTICZ
|
||||||
result = true;
|
result = true;
|
||||||
}
|
}
|
||||||
|
#ifdef USE_KNX
|
||||||
|
knx_send_button_power(key, device, state);
|
||||||
|
#endif
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user