Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
this.runInAsyncScope(
this.internalStartConnector.bind(this) as (
this: AutomaticTransactionGenerator,
- ...args: any[]
+ ...args: unknown[]
) => Promise<void>,
this,
connectorId,
this.runInAsyncScope(
chargingStation.reset.bind(chargingStation) as (
this: ChargingStation,
- ...args: any[]
+ ...args: unknown[]
) => Promise<void>,
chargingStation,
`${commandPayload.type}Reset` as OCPP16StopTransactionReason,
this.runInAsyncScope(
this.updateFirmwareSimulation.bind(this) as (
this: OCPP16IncomingRequestService,
- ...args: any[]
+ ...args: unknown[]
) => Promise<void>,
this,
chargingStation,
this.runInAsyncScope(
this.updateFirmwareSimulation.bind(this) as (
this: OCPP16IncomingRequestService,
- ...args: any[]
+ ...args: unknown[]
) => Promise<void>,
this,
chargingStation,