Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chargingStation.emitChargingStationEvent(ChargingStationEvents.accepted)
} else if (chargingStation.inPendingState()) {
logger.debug(
- `${chargingStation.logPrefix()} ${moduleName}.handleResponseBootNotification: Emitting '${RegistrationStatusEnumType.REJECTED}' event`
+ `${chargingStation.logPrefix()} ${moduleName}.handleResponseBootNotification: Emitting '${RegistrationStatusEnumType.PENDING}' event`
)
chargingStation.emitChargingStationEvent(ChargingStationEvents.pending)
} else if (chargingStation.inRejectedState()) {