fix: fix phase rotation value helper return type
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / internal.ts
index c7f0fe728a2e10cc3ce66c8d7a3914f68f4014a4..f1c9af00315e6ace7c04a6040ccff98018e8f896 100644 (file)
@@ -4,6 +4,7 @@ export * from './1.6/OCPP16RequestService';
 export * from './1.6/OCPP16ResponseService';
 export * from './1.6/OCPP16ServiceUtils';
 
+export * from './2.0/OCPP20Constants';
 export * from './2.0/OCPP20IncomingRequestService';
 export * from './2.0/OCPP20RequestService';
 export * from './2.0/OCPP20ResponseService';