Parcourir la source

update src/http/api/ocpp.js

wudebin il y a 8 mois
Parent
commit
d044a5abd1
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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'),