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