scripts to set CS public or delete CS
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 744e7414a497cf99d83e275a32fc9fe30a8a9dab..65e22ea3f0cfac7612b59c16e07d5c7988268ef2 100644 (file)
@@ -11,6 +11,12 @@ export enum PowerUnit {
   KILO_WATT = 'kW',
 }
 
+export enum VoltageOut {
+  VOLTAGE_110 = 110,
+  VOLTAGE_230 = 230,
+  VOLTAGE_400 = 400
+}
+
 export interface AutomaticTransactionGenerator {
   enable: boolean;
   minDuration: number;