X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2FChargingStationType.ts;h=6814737e811106b70d9212e61cff24a9b007500a;hb=258666f9962451dda19d0db528bbf07e41838ff2;hp=9baff1ae043b594cb028e2105246a7c08baef94c;hpb=5c51245316333bee6d39658710c40f5b40d68643;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/ChargingStationType.ts b/ui/web/src/types/ChargingStationType.ts index 9baff1ae..6814737e 100644 --- a/ui/web/src/types/ChargingStationType.ts +++ b/ui/web/src/types/ChargingStationType.ts @@ -64,6 +64,16 @@ export const FirmwareStatus = { } as const export type FirmwareStatus = OCPP16FirmwareStatus +export interface ChargingStationOptions extends JsonObject { + supervisionUrls?: string | string[] + persistentConfiguration?: boolean + autoStart?: boolean + autoRegister?: boolean + enableStatistics?: boolean + ocppStrictCompliance?: boolean + stopTransactionsOnStopped?: boolean +} + export type ChargingStationInfo = { hashId: string templateIndex: number