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.
- 1.6
- 2.0.1
npm install --save-dev ocpp-messages
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 = {
// ...
};
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.
This package is licensed under the MIT License.