We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e8f2c0 + 60c134e commit 3b41c63Copy full SHA for 3b41c63
ocpp-v1_6/src/main/java/eu/chargetime/ocpp/feature/profile/ClientCoreProfile.java
@@ -60,7 +60,7 @@ public ClientCoreProfile(ClientCoreEventHandler handler) {
60
features.add(new ChangeAvailabilityFeature(this));
61
features.add(new ChangeConfigurationFeature(this));
62
features.add(new ClearCacheFeature(this));
63
- features.add(new DataTransferFeature(null));
+ features.add(new DataTransferFeature(this));
64
features.add(new GetConfigurationFeature(this));
65
features.add(new HeartbeatFeature(null));
66
features.add(new MeterValuesFeature(null));
0 commit comments