Update sonoff.ino

This commit is contained in:
Adrian 2018-03-17 23:58:59 -03:00 committed by GitHub
parent 54423e2089
commit d45b3ffa37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}