feat: add initial support for evse definition in template
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 2.0 / Common.ts
index 12dfd6a765eebfb651263abd03d59acd97b73e55..c73c19e3660029ec2e4f39e07bf2dcb171ca38c6 100644 (file)
@@ -25,6 +25,11 @@ export enum BootReasonEnumType {
   Watchdog = 'Watchdog',
 }
 
+export enum OperationalStatusEnumType {
+  Operative = 'Operative',
+  Inoperative = 'Inoperative',
+}
+
 export enum OCPP20ConnectorStatusEnumType {
   Available = 'Available',
   Occupied = 'Occupied',