UNPKG

@munit-solutions/ocpp

Version:
12 lines (11 loc) 434 B
import ChargingRateUnitType from '../../enum/ChargingRateUnitType'; import Call from '../Call'; export declare type GetCompositeScheduleResPayload = { connectorId: number; duration: number; chargingRateUnit?: ChargingRateUnitType; }; export default class GetCompositeSchedule extends Call { payload?: GetCompositeScheduleResPayload | undefined; constructor(payload?: GetCompositeScheduleResPayload | undefined); }