Remove a linter error.
[e-mobility-charging-stations-simulator.git] / src / assets / station / abb.station
CommitLineData
7dde0b73
JB
1{
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-ABB",
4 "chargePointModel": "ABB 5678",
5 "chargePointVendor": "ABB",
6 "power": 50000,
7 "powerUnit": "W",
8 "numberOfConnectors": 2,
9 "randomConnectors": false,
10 "Configuration": { "configurationKey": [
11 { "key": "NumberOfConnectors", "readonly": true, "value": 2},
a6e68f34 12 { "key": "MeterValueSampleInterval", "readonly": false, "value": 30},
def3d48e
JB
13 { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,LocalAuthListManagement"},
14 { "key": "LocalAuthListEnabled", "readonly": false, "value": false},
7dde0b73
JB
15 { "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false}
16 ]
17 },
18 "AutomaticTransactionGenerator": {
19 "enable": false,
20 "minDuration": 60,
21 "maxDuration": 80,
22 "minDelayBetweenTwoTransaction": 15,
23 "maxDelayBetweenTwoTransaction": 30,
24 "probabilityOfStart": 1,
25 "stopAutomaticTransactionGeneratorAfterHours": 0.3
26 },
27 "Connectors": {
28 "0": {
29
30 },
31 "1": {
32 "MeterValues": [ {
33 "unit": "Percent",
34 "context": "Sample.Periodic",
35 "measurand": "SoC",
36 "location": "EV"
37 },
38 {
39 "unit": "Wh",
40 "context": "Sample.Periodic"
41 }
42 ]
43 },
44 "2": {
45 "MeterValues": [ {
46 "unit": "Percent",
47 "context": "Sample.Periodic",
48 "measurand": "SoC",
49 "location": "EV"
50 },
51 {
52 "unit": "Wh",
53 "context": "Sample.Periodic"
54 }
55 ]
56 }
57 }
d78679c7 58}