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…
Reference in New Issue
Block a user