X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fvirtual.station-template.json;h=0a713610b6ab0e60d9ccadfa018fe55f91c11f28;hb=0a44f741496e11fad67ea038e6a0c7ac43272b0f;hp=b0b2cd509405a8fd638e350a9904b7fc5f517eb2;hpb=6ecb15e433167b2dae32d54bf7bed72c2d1369a6;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/virtual.station-template.json b/src/assets/station-templates/virtual.station-template.json index b0b2cd50..0a713610 100644 --- a/src/assets/station-templates/virtual.station-template.json +++ b/src/assets/station-templates/virtual.station-template.json @@ -1,10 +1,12 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-SIMU", "chargePointModel": "Simulator connectors", "chargePointVendor": "Ovomaltin", "power": 50000, "powerUnit": "W", + "powerSharedByConnectors": true, + "currentOutType": "DC", "numberOfConnectors": 9, "randomConnectors": false, "Configuration": { @@ -17,7 +19,7 @@ { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -44,7 +46,8 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": false }, "Connectors": { "0": {},