X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationConfiguration.ts;h=fca2ec4a7ae2e2a21f516fea8a811275fd008510;hb=ddea8863ac365dec235c869aab7c63bc9dbce126;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..fca2ec4a 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; }