UNPKG

@citrineos/reporting

Version:

The reporting module for OCPP v2.0.1. This module is not intended to be used directly, but rather as a dependency for other modules.

7 lines 332 B
// SPDX-FileCopyrightText: 2025 Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache-2.0 export { ReportingOcpp16Api } from './module/1.6/MessageApi.js'; export { ReportingOcpp201Api } from './module/2.0.1/MessageApi.js'; export { ReportingModule } from './module/module.js'; //# sourceMappingURL=index.js.map