X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fui%2Fweb%2Fsrc%2Ftypes%2FUIProtocol.ts;h=443e2352e05b82dca5f8bfdd16b331da70911b8a;hb=eb5ac884f919755e11c78e5c2fdc51bf7b0983c0;hp=97f44b0752a89f0ccd3b2e61493b7e9cd56c4e26;hpb=5e3cb7281de2b6fa8b61a453f964c2f213fefa80;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/src/types/UIProtocol.ts b/src/ui/web/src/types/UIProtocol.ts index 97f44b07..443e2352 100644 --- a/src/ui/web/src/types/UIProtocol.ts +++ b/src/ui/web/src/types/UIProtocol.ts @@ -1,4 +1,3 @@ -import type { ChargingStationData } from './ChargingStationType'; import type { JsonObject } from './JsonType'; export enum Protocol { @@ -29,11 +28,12 @@ export enum ProcedureName { STOP_CHARGING_STATION = 'stopChargingStation', OPEN_CONNECTION = 'openConnection', CLOSE_CONNECTION = 'closeConnection', - START_TRANSACTION = 'startTransaction', - STOP_TRANSACTION = 'stopTransaction', START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator', STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator', + START_TRANSACTION = 'startTransaction', + STOP_TRANSACTION = 'stopTransaction', } + export interface RequestPayload extends JsonObject { hashIds?: string[]; connectorId?: number;