UNPKG

ocpp-messages

Version:

TypeScript definitions for Open Charge Point Protocol (OCPP)

9 lines (7 loc) 173 B
// General type definitions for OCPP 1.6 and OCPP 2 // Author: Roman Morawek, embyt GmbH export declare enum MessageType { CALL = 2, CALLRESULT = 3, CALLERROR = 4, }