add back process dest, fixes #1275

This commit is contained in:
MichaelDvP
2023-09-09 12:25:18 +02:00
parent 4bec32ea56
commit 2f5b7cd0aa
2 changed files with 7 additions and 0 deletions

View File

@@ -939,6 +939,8 @@ bool EMSESP::process_telegram(std::shared_ptr<const Telegram> telegram) {
emsdevice->add_handlers_ignored(telegram->type_id);
}
break;
} else if (emsdevice->is_device_id(telegram->dest)) {
emsdevice->handle_telegram(telegram);
}
}