UNPKG

@citrineos/base

Version:

The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.

6 lines (5 loc) 138 B
export interface UpdateChargingStationPasswordRequest { stationId: string; password?: string | null; setOnCharger: boolean; }