Type alias for OCPP stack response and error handling
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Configuration.ts
index 8888dd45ddf28fd9d2ac64f4dc048ada9b808ac8..55528099e6496b424f56d1ab6eb097d16321455e 100644 (file)
@@ -15,8 +15,8 @@ export enum OCPP16StandardParametersKey {
   ClockAlignedDataInterval = 'ClockAlignedDataInterval',
   ConnectionTimeOut = 'ConnectionTimeOut',
   GetConfigurationMaxKeys = 'GetConfigurationMaxKeys',
-  HeartBeatInterval = 'HeartBeatInterval',
   HeartbeatInterval = 'HeartbeatInterval',
+  HeartBeatInterval = 'HeartBeatInterval',
   LightIntensity = 'LightIntensity',
   LocalAuthorizeOffline = 'LocalAuthorizeOffline',
   LocalPreAuthorize = 'LocalPreAuthorize',