Skip to content

Commit 285f538

Browse files
committed
I meant bike shed.
1 parent c18f7d4 commit 285f538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocpp-v1_6-example/src/main/core_features/JSONClientSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* ChargeTime.eu - Java-OCA-OCPP
1111
* Copyright (C) 2015-2016 Thomas Volden <[email protected]>
12-
* <p>
12+
*
1313
* MIT License
1414
*
1515
* Copyright (c) 2016 Thomas Volden
@@ -46,7 +46,7 @@ public ChangeAvailabilityConfirmation handleChangeAvailabilityRequest(ChangeAvai
4646
System.out.println(request);
4747
// ... handle event
4848

49-
return null; // returning null means unsupported feature
49+
return new ChangeAvailabilityConfirmation(AvailabilityStatus.Accepted);
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)