|
|
@@ -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'),
|