fix(ci): silence linter
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 5 Jun 2024 22:00:22 +0000 (00:00 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 5 Jun 2024 22:00:22 +0000 (00:00 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/charging-station/ocpp/OCPPServiceUtils.ts

index 9031cf596bd9087bb2eadc7d5ada605c002d944e..9d2d386d4c54e15a1b92ce8fddb6b08ff7316cd0 100644 (file)
@@ -1294,6 +1294,7 @@ const getMeasurandDefaultLocation = (
 // eslint-disable-next-line @typescript-eslint/no-extraneous-class
 export class OCPPServiceUtils {
   public static readonly sendAndSetConnectorStatus = sendAndSetConnectorStatus
+  public static readonly restoreConnectorStatus = restoreConnectorStatus
   public static readonly isIdTagAuthorized = isIdTagAuthorized
   public static readonly buildTransactionEndMeterValue = buildTransactionEndMeterValue
   protected static getSampledValueTemplate = getSampledValueTemplate