Skip to content

Commit 79fc3f4

Browse files
committed
small fixes
1 parent 7a41c47 commit 79fc3f4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements & Configuration
2020

2121
2. The charge points must be configured to communicate with following addresses. Depending on the OCPP version of the charge point, SteVe will automatically route messages to the version-specific implementation.
2222
- SOAP: `http://<your-server-ip>:<port>/steve/services/CentralSystemService`
23-
- WebSocket/JSON: `http://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>`
23+
- WebSocket/JSON: `ws://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>`
2424

2525
3. Configuration is defined in [main.properties](src/main/resources/main.properties):
2626
- You _must_ change [database configuration](src/main/resources/main.properties#L3-L5)

src/main/java/de/rwth/idsg/steve/handler/AbstractOcppResponseHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ public abstract class AbstractOcppResponseHandler<T> implements OcppResponseHand
1717
protected final RequestTask requestTask;
1818
protected final String chargeBoxId;
1919

20-
private boolean exceptionHandled = false;
21-
2220
@Override
2321
public void handleResponse(Response<T> res) {
2422
try {

0 commit comments

Comments
 (0)