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