UI Services: add status notification command
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Requests.ts
index db0c7edd94ddcda7736ed43a3f99461526e60070..263947c2d46f47d8dc4e0de9077ae75fa963f5ee 100644 (file)
@@ -34,8 +34,8 @@ export interface OCPP16BootNotificationRequest extends JsonObject {
 export interface OCPP16StatusNotificationRequest extends JsonObject {
   connectorId: number;
   errorCode: OCPP16ChargePointErrorCode;
-  info?: string;
   status: OCPP16ChargePointStatus;
+  info?: string;
   timestamp?: string;
   vendorId?: string;
   vendorErrorCode?: string;