Rename UiProtocol.ts to UIProtocol.ts
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Configuration.ts
index 315c9646df94e82a7fc63c8d709af4634f2426b7..474c691ffee14c787681b9b8e8fefde48aff7dbb 100644 (file)
@@ -53,3 +53,7 @@ export enum OCPP16StandardParametersKey {
   ConnectorSwitch3to1PhaseSupported = 'ConnectorSwitch3to1PhaseSupported',
   MaxChargingProfilesInstalled = 'MaxChargingProfilesInstalled'
 }
+
+export enum OCPP16VendorDefaultParametersKey {
+  ConnectionUrl = 'ConnectionUrl'
+}