18
18
* @since 02.01.2015
19
19
*/
20
20
public enum ConfigurationKeyEnum {
21
- // From Ocpp 1.2
21
+
22
+ // -------------------------------------------------------------------------
23
+ // From OCPP 1.2
24
+ // -------------------------------------------------------------------------
25
+
22
26
HeartBeatInterval ("HeartBeatInterval" , "in seconds" , RW , newHashSet (V_12 , V_15 )),
23
27
ConnectionTimeOut ("ConnectionTimeOut" , "in seconds" , RW , newHashSet (V_12 , V_15 , V_16 )),
24
28
ProximityContactRetries ("ProximityContactRetries" , "in times" , RW , newHashSet (V_12 , V_15 , V_16 )),
@@ -29,14 +33,20 @@ public enum ConfigurationKeyEnum {
29
33
ChargePointId ("ChargePointId" , "string" , RW , newHashSet (V_12 , V_15 , V_16 )),
30
34
MeterValueSampleInterval ("MeterValueSampleInterval" , "in seconds" , RW , newHashSet (V_12 , V_15 , V_16 )),
31
35
32
- // New in Ocpp 1.5
36
+ // -------------------------------------------------------------------------
37
+ // New in OCPP 1.5
38
+ // -------------------------------------------------------------------------
39
+
33
40
ClockAlignedDataInterval ("ClockAlignedDataInterval" , "in seconds" , RW , newHashSet (V_15 , V_16 )),
34
41
MeterValuesSampledData ("MeterValuesSampledData" , "comma seperated list" , RW , newHashSet (V_15 , V_16 )),
35
42
MeterValuesAlignedData ("MeterValuesAlignedData" , "comma seperated list" , RW , newHashSet (V_15 , V_16 )),
36
43
StopTxnSampledData ("StopTxnSampledData" , "comma seperated list" , RW , newHashSet (V_15 , V_16 )),
37
44
StopTxnAlignedData ("StopTxnAlignedData" , "comma seperated list" , RW , newHashSet (V_15 , V_16 )),
38
45
39
- // New in Ocpp 1.6
46
+ // -------------------------------------------------------------------------
47
+ // New in OCPP 1.6
48
+ // -------------------------------------------------------------------------
49
+
40
50
HeartbeatInterval ("HeartbeatInterval" , "in seconds" , RW , newHashSet (V_16 )),
41
51
AllowOfflineTxForUnknownId ("AllowOfflineTxForUnknownId" , "boolean" , RW , newHashSet (V_16 )),
42
52
AuthorizationCacheEnabled ("AuthorizationCacheEnabled" , "boolean" , RW , newHashSet (V_16 )),
@@ -67,8 +77,10 @@ public enum ConfigurationKeyEnum {
67
77
SendLocalListMaxLength ("SendLocalListMaxLength" , "integer" , R , newHashSet (V_16 )),
68
78
ReserveConnectorZeroSupported ("ReserveConnectorZeroSupported" , "boolean" , R , newHashSet (V_16 ));
69
79
70
- // These are new in Ocpp 1.6, but Steve does not support Smart Charging profile yet.
71
- //
80
+ // -------------------------------------------------------------------------
81
+ // New in OCPP 1.6, but Steve does not support Smart Charging profile yet.
82
+ // -------------------------------------------------------------------------
83
+
72
84
// ChargeProfileMaxStackLevel("ChargeProfileMaxStackLevel", "integer", R, newHashSet(V_16)),
73
85
// ChargingScheduleAllowedChargingRateUnit("ChargingScheduleAllowedChargingRateUnit", "comma seperated list", R, newHashSet(V_16)),
74
86
// ChargingScheduleMaxPeriods("ChargingScheduleMaxPeriods", "integer", R, newHashSet(V_16)),
0 commit comments