Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
#### Procedures
-##### List Charging stations
+##### Start Simulator
+
+Request:
+`ProcedureName`: 'startSimulator'
+`PDU`: {}
+
+Response:
+`PDU`: {
+`status`
+}
+
+##### Stop Simulator
+
+Request:
+`ProcedureName`: 'stopSimulator'
+`PDU`: {}
+
+Response:
+`PDU`: {
+`status`
+}
+
+##### List Charging Stations
Request:
`ProcedureName`: 'listChargingStations'
OPEN_CONNECTION = 'openConnection',
CLOSE_CONNECTION = 'closeConnection',
}
+
export interface RequestPayload extends JsonObject {
hashId?: string;
}
-import { JsonObject } from './JsonType';
import { RequestPayload, ResponsePayload } from './UIProtocol';
export type BroadcastChannelRequest = [