1.1.1 • Published 2 years ago

ocpp-types v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Open Charge Point Protocol (OCPP) v1.6 type declarations

This package provides TypeScript type declarations for the OCPP (Open Charge Point Protocol) version 1.6. It includes type definitions for all OCPP message types and their properties.

Installation

npm install ocpp-types --save-dev

or

yarn add ocpp-types --dev

Usage

Once installed, you can import the provided type definitions into your TypeScript project:

import { OCPPMessage, StatusNotificationRequest } from 'ocpp-types';

// Use the types in your code
const message: OCPPMessage = {
    // ...
};

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.

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago