Remove a linter error.
[e-mobility-charging-stations-simulator.git] / src / assets / station / siemens.mougins69.station
CommitLineData
7dde0b73
JB
1{
2 "authorizationFile": "./src/assets/templateAuthorization.auth",
3 "baseName": "SAP-Mougins-69",
4 "fixedName": true,
5 "chargePointModel": "SiemensXX213",
6 "chargePointVendor": "SIEMENS",
7 "power": 44000,
8 "powerUnit": "W",
9 "numberOfConnectors": 2,
10 "randomConnectors": false,
11 "Configuration": { "configurationKey": [
12 { "key": "NumberOfConnectors", "readonly": true, "value": 2},
a6e68f34 13 { "key": "MeterValueSampleInterval", "readonly": false, "value": 30},
def3d48e
JB
14 { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,LocalAuthListManagement"},
15 { "key": "LocalAuthListEnabled", "readonly": false, "value": false},
7dde0b73
JB
16 { "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false}
17 ]
18 },
19 "AutomaticTransactionGenerator": {
20 "enable": false,
21 "minDuration": 60,
22 "maxDuration": 80,
23 "minDelayBetweenTwoTransaction": 15,
24 "maxDelayBetweenTwoTransaction": 30,
25 "probabilityOfStart": 1,
26 "stopAutomaticTransactionGeneratorAfterHours": 0.3
27 },
28 "Connectors": {
29 "1": {
30 "bootStatus": "Unavailable",
31 "MeterValues": [ {
32 "unit": "Wh",
33 "context": "Sample.Periodic"
34 }
35 ]
36 },
37 "2": {
38 "MeterValues": [{
39 "context": "Sample.Periodic",
40 "format": "Raw",
41 "measurand": "Energey.Active.Import.Register",
42 "unit": "Wh"
43 }]
44 }
45 }
d78679c7 46}