Remove a linter error.
[e-mobility-charging-stations-simulator.git] / src / assets / station / schneider.station
CommitLineData
7dde0b73
JB
1{
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "CS-SCHNEIDER",
4 "chargePointModel": "SCHNEIDERXX213",
5 "chargePointVendor": "SCHNEIDER",
6 "power": 44000,
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": 20},
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 "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 }
d78679c7 43}