Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ocpp-messages) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Open Charge Point Protocol (OCPP) v1.6 and v2.0.1 type declarations
This package provides TypeScript type declarations for the OCPP (Open Charge Point Protocol). It includes type definitions for all OCPP message types and their properties.
OCPP versions supported:
- 1.6
- 2.0.1
Installation
npm install --save-dev ocpp-messagesUsage
Import the provided type definitions into your TypeScript project:
import { StatusNotificationRequest } from "ocpp-messages/v1.6";
// Use the types in your code
const statusRequest: StatusNotificationRequest = {
// ...
};Contributing
Contributions are welcome! If you find any issues or would like to add new features or improvements, please open an issue or submit a pull request on the GitHub repository.
License
This package is licensed under the MIT License.