Push down at the connector level ATG states
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationConfiguration.ts
index 66d3e33a0db04477930826e9c339b8016e778a57..fca2ec4a7ae2e2a21f516fea8a811275fd008510 100644 (file)
@@ -1,9 +1,6 @@
-import { StandardParametersKey } from './ocpp/1.6/Configuration';
+import { OCPPConfigurationKey } from './ocpp/Configuration';
 
-export interface ConfigurationKey {
-  key: string | StandardParametersKey;
-  readonly?: boolean;
-  value: string;
+export interface ConfigurationKey extends OCPPConfigurationKey {
   visible?: boolean;
   reboot?: boolean;
 }