Add GetDiagnostics command support
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index 317926f3fe921be2020dc59ac6c687cea0b7c1bc..68df3e91090ac8c6e2e380962c1d49e98e7596c9 100644 (file)
@@ -73,3 +73,10 @@ export enum OCPP16ClearChargingProfileStatus {
 export interface ClearChargingProfileResponse {
   status: OCPP16ClearChargingProfileStatus;
 }
+
+export interface GetDiagnosticsResponse {
+  fileName?: string;
+}
+
+// eslint-disable-next-line @typescript-eslint/no-empty-interface
+export interface DiagnosticsStatusNotificationResponse {}