UNPKG

@greenactionstudio/ocpp-types

Version:

A centralized library of Open Charge Point Protocol (OCPP) types for use in other projects.

11 lines (8 loc) 203 B
import { ChargingProfile, ChargingProfileStatus } from './'; export type req = { connectorId: number; csChargingProfiles: ChargingProfile; } export type conf = { status: ChargingProfileStatus; }