`uuid`: String uniquely linking the response to the request
`PDU`: Response data to requested procedure
-### Version 0.0.1
+#### Version 0.0.1
Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
-#### Procedures
+##### Procedures
-##### Start Simulator
+###### Start Simulator
- Request:
`ProcedureName`: 'startSimulator'
`status`
}
-##### Stop Simulator
+###### Stop Simulator
- Request:
`ProcedureName`: 'stopSimulator'
`status`
}
-##### List Charging Stations
+###### List Charging Stations
- Request:
`ProcedureName`: 'listChargingStations'
`index`: ChargingStationData
}
-##### Start Transaction
+###### Start Transaction
- Request:
`ProcedureName`: 'startTransaction'
`status`
}
-##### Stop Transaction
+###### Stop Transaction
- Request:
`ProcedureName`: 'stopTransaction'
`status`
}
-##### Start Charging Station
+###### Start Charging Station
- Request:
`ProcedureName`: 'startChargingStation'
`status`
}
-##### Stop Charging Station
+###### Stop Charging Station
- Request:
`ProcedureName`: 'stopChargingStation'
`status`
}
-##### Open Connection
+###### Open Connection
- Request:
`ProcedureName`: 'openConnection'
`status`
}
-##### Close Connection
+###### Close Connection
- Request:
`ProcedureName`: 'closeConnection'