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

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

@@ -60,6 +60,11 @@ const ocpp = {
       "name": "Install Certificate",
       "value": "ICA",
       "api": "ocppOperations/installCertificate"
+    },
+    {
+      "name": "Delete Certificate",
+      "value": "DCA",
+      "api": "ocppOperations/deleteCertificate"
     }
   ],
   getKeyTypeList: () => get('ocppOperations/getKeyTypeList'),