UNPKG

@munit-solutions/ocpp

Version:
14 lines (13 loc) 397 B
import Call from '../Call'; export declare type GetDiagnosticsPayload = { location: string; retries?: number; retryInterval?: number; startTime?: Date; stopTime?: Date; }; export default class GetDiagnostics extends Call { uniqueId: string; payload?: GetDiagnosticsPayload | undefined; constructor(uniqueId?: string, payload?: GetDiagnosticsPayload | undefined); }