DataTransferStatus,
type DiagnosticsStatusNotificationRequest,
type DiagnosticsStatusNotificationResponse,
+ type EmptyObject,
type FirmwareStatusNotificationRequest,
type FirmwareStatusNotificationResponse,
type HeartbeatRequest,
const moduleName = 'ChargingStationWorkerBroadcastChannel';
type CommandResponse =
+ | EmptyObject
| StartTransactionResponse
| StopTransactionResponse
| AuthorizeResponse
| BootNotificationResponse
- | StatusNotificationResponse
| HeartbeatResponse
| DataTransferResponse;