UNPKG

@openevstack/ocpp-rpc

Version:

⚡ A lightweight, production-ready RPC server built with Express and WebSocket for handling OCPP-based EV charger communication. Part of the OpenEVStack ecosystem.

6 lines (5 loc) 272 B
export declare function getPackageIdent(): string; export declare function getErrorPlainObject(e: Error): Record<string, any>; export declare function createRPCError(type?: string | number, message?: string, details?: Record<string, any>): Error & { details?: any; };