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.

12 lines 666 B
"use strict"; // Copyright (c) 2023 S44, LLC // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportingModule = exports.ReportingOcpp201Api = void 0; var MessageApi_1 = require("./module/2.0.1/MessageApi"); Object.defineProperty(exports, "ReportingOcpp201Api", { enumerable: true, get: function () { return MessageApi_1.ReportingOcpp201Api; } }); var module_1 = require("./module/module"); Object.defineProperty(exports, "ReportingModule", { enumerable: true, get: function () { return module_1.ReportingModule; } }); //# sourceMappingURL=index.js.map