]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(ocpp20): add missing JSDoc @param description for hashAlgorithm in getInstalledCe...
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Mar 2026 15:19:58 +0000 (16:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Mar 2026 15:19:58 +0000 (16:19 +0100)
src/charging-station/ocpp/2.0/OCPP20CertificateManager.ts

index 3674a85d0ded06173610e554163ddeecb7e2f35d..505edea8e124808d76ce84f5ed0127ee89822dda 100644 (file)
@@ -253,7 +253,7 @@ export class OCPP20CertificateManager {
    * Gets installed certificates for a charging station
    * @param stationHashId - Charging station unique identifier
    * @param filterTypes - Optional array of certificate types to filter
-   * @param hashAlgorithm
+   * @param hashAlgorithm - Optional hash algorithm to use for certificate hash computation (defaults to SHA256)
    * @returns List of installed certificate hash data chains
    */
   public async getInstalledCertificates (