diff --git a/server/src/hardware/protocol/loconet/kernel.cpp b/server/src/hardware/protocol/loconet/kernel.cpp index 17e7245a..f5f72961 100644 --- a/server/src/hardware/protocol/loconet/kernel.cpp +++ b/server/src/hardware/protocol/loconet/kernel.cpp @@ -678,7 +678,7 @@ void Kernel::receive(const Message& message) { m_identificationController->identificationEvent( IdentificationController::defaultIdentificationChannel, - multiSenseTransponder.sensorAddress(), + 1 + multiSenseTransponder.sensorAddress(), multiSenseTransponder.isPresent() ? IdentificationEventType::Present : IdentificationEventType::Absent, multiSenseTransponder.transponderAddress(), Direction::Unknown, @@ -771,7 +771,7 @@ void Kernel::receive(const Message& message) { m_identificationController->identificationEvent( IdentificationController::defaultIdentificationChannel, - multiSenseTransponder.sensorAddress(), + 1 + multiSenseTransponder.sensorAddress(), multiSenseTransponder.isPresent() ? IdentificationEventType::Present : IdentificationEventType::Absent, multiSenseTransponder.transponderAddress(), multiSenseTransponder.transponderDirection(),