X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationOcppConfiguration.ts;h=bbd1bcfb20fa6354ed1a6b27e42be227eec6eefc;hb=d4c3e68a1a6321f2f43ef0521e121e827f3eb29b;hp=77c38f04971770aebe2dfe300c41f2a427d750e5;hpb=83e00df1c1ba02de8b637ca4cb0464eb909ebb18;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationOcppConfiguration.ts b/src/types/ChargingStationOcppConfiguration.ts index 77c38f04..bbd1bcfb 100644 --- a/src/types/ChargingStationOcppConfiguration.ts +++ b/src/types/ChargingStationOcppConfiguration.ts @@ -1,9 +1,9 @@ -import type { OCPPConfigurationKey } from './ocpp/Configuration'; +import type { OCPPConfigurationKey } from './internal'; -export interface ConfigurationKey extends OCPPConfigurationKey { +export type ConfigurationKey = OCPPConfigurationKey & { visible?: boolean; reboot?: boolean; -} +}; export type ChargingStationOcppConfiguration = { configurationKey?: ConfigurationKey[];