wudebin 11 месяцев назад
Родитель
Сommit
f654030ca9
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      Strides-Admin/src/http/api/ocpp.js

+ 6 - 0
Strides-Admin/src/http/api/ocpp.js

@@ -55,6 +55,11 @@ const ocpp = {
       "name": "Update Firmware",
       "value": "UF",
       "api": "ocppOperations/updateFirmware"
+    },
+    {
+      "name": "Install Certificate",
+      "value": "ICA",
+      "api": "ocppOperations/installCertificate"
     }
   ],
   getKeyTypeList: () => get('ocppOperations/getKeyTypeList'),
@@ -63,6 +68,7 @@ const ocpp = {
   getStationPages: (params) => post('ocppOperations/getChargePointsPages', params),
   getConfigurationKeyList: () => get('ocppOperations/getConfigurationKeyList'),
   getAvailabilityTypeList: () => get('ocppOperations/getAvailabilityTypeList'),
+  getCertificateTypeList: () => get('ocppOperations/getCertificateTypeList'),
   getChargingProfileList: () => get('ocppOperations/getChargingProfileList'),
   getClearChargingProfileFilterType: () => get('ocppOperations/getClearChargingProfileFilterType'),
   getConnectorIds: (param) => get('ocppOperations/getConnectorsByStationId', {stationId: param}),