Allow to disable statistics at the template level.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / keba.station-template.json
index 7e6469c8068d51fd2e040211f0e612ca78053907..5f217ebba98988feabdbc3a2e32e0f8c588f5614 100644 (file)
@@ -11,9 +11,9 @@
   "Configuration": {
     "configurationKey": [
       {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 2
+        "key": "MeterValuesSampledData",
+        "readonly": false,
+        "value": "Energy.Active.Import.Register"
       },
       {
         "key": "MeterValueSampleInterval",
       {
         "key": "LocalAuthListEnabled",
         "readonly": false,
-        "value": false
+        "value": "false"
       },
       {
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
-        "value": false
+        "value": "false"
       }
     ]
   },