DiagRequest: start also on wakeupSimulation (mains powered machines)

This commit is contained in:
Siegfried Siegert 2024-04-11 12:40:02 +02:00
parent 4541699ec3
commit ea7542a248
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -1504,7 +1504,7 @@ int ATBDeviceControllerPlugin::init_sc_dbus()
void ATBDeviceControllerPlugin::onWokeUp(uchar source)
{
if (source == 0x01) {
if (source == 0x01 || source == 0xFE) {
// woke up from device controller
this->diag->diagRequest();
}