@munit-solutions/ocpp
Version:
14 lines • 563 B
JavaScript
;
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 GetLocalListVersion extends Call_1.default {
constructor(uniqueId = '') {
super();
this.uniqueId = uniqueId;
this.action = ClientCommand_1.default.GetLocalListVersion;
}
}
exports.default = GetLocalListVersion;
//# sourceMappingURL=GetLocalListVersion.js.map