Remove a linter error.
[e-mobility-charging-stations-simulator.git] / src / assets / station / keba.station
1 {
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-keba",
4 "chargePointModel": "keba 4321",
5 "chargePointVendor": "keba",
6 "power": 14000,
7 "powerUnit": "W",
8 "numberOfConnectors": 1,
9 "randomConnectors": false,
10 "Configuration": { "configurationKey": [
11 { "key": "NumberOfConnectors", "readonly": true, "value": 2},
12 { "key": "MeterValueSampleInterval", "readonly": false, "value": 30},
13 { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,LocalAuthListManagement"},
14 { "key": "LocalAuthListEnabled", "readonly": false, "value": false},
15 { "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false}
16 ]
17 },
18 "AutomaticTransactionGenerator": {
19 "enable": false,
20 "minDuration": 30,
21 "maxDuration": 60,
22 "minDelayBetweenTwoTransaction": 15,
23 "maxDelayBetweenTwoTransaction": 30,
24 "probabilityOfStart": 1,
25 "stopAutomaticTransactionGeneratorAfterHours": 0.3
26 },
27 "Connectors": {
28 "1": {
29 "MeterValues": [ {
30 "unit": "Wh",
31 "context": "Sample.Periodic"
32 }
33 ]
34 },
35 "2": {
36 "MeterValues": [ {
37 "unit": "Wh",
38 "context": "Sample.Periodic"
39 }
40 ]
41 }
42 }
43 }