Change OCPP classes methods scope to protected
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Requests.ts
index 82c7d2135aee7432a93390f4e0a24b52983dad42..26d8bd7efbdb4b8469e592b5c08916d4ca7a960f 100644 (file)
@@ -2,7 +2,7 @@ import { OCPP16AvailabilityType, OCPP16BootNotificationRequest, OCPP16IncomingRe
 
 import { MessageType } from './MessageType';
 import { OCPP16DiagnosticsStatus } from './1.6/DiagnosticsStatus';
-import OCPPError from '../../charging-station/OcppError';
+import OCPPError from '../../charging-station/OCPPError';
 
 export default interface Requests {
   [id: string]: Request;