UNPKG

@munit-solutions/ocpp

Version:
15 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const Call_1 = (0, tslib_1.__importDefault)(require("../Call")); const ClientCommand_1 = (0, tslib_1.__importDefault)(require("../../enum/ClientCommand")); class GetConfiguration extends Call_1.default { constructor(uniqueId = '', payload) { super(); this.uniqueId = uniqueId; this.payload = payload; this.action = ClientCommand_1.default.GetConfiguration; } } exports.default = GetConfiguration; //# sourceMappingURL=GetConfiguration.js.map