X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationConfiguration.ts;h=7e0219fbf63b7df71db84c7c1c53cfec3b1d2a99;hb=f7a1d1a9ec99a24e2a419895a9e7dd334af6f43a;hp=b39a59548afeb47c3ac734af28adf85bace6048b;hpb=e118beaab2fe63c663d5a969085c682ca05b6554;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationConfiguration.ts b/src/types/ChargingStationConfiguration.ts index b39a5954..7e0219fb 100644 --- a/src/types/ChargingStationConfiguration.ts +++ b/src/types/ChargingStationConfiguration.ts @@ -1,7 +1,6 @@ -export interface ConfigurationKey { - key: string; - readonly?: boolean; - value: string; +import { OCPPConfigurationKey } from './ocpp/Configuration'; + +export interface ConfigurationKey extends OCPPConfigurationKey{ visible?: boolean; reboot?: boolean; }