@munit-solutions/ocpp
Version:
18 lines • 632 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Reason;
(function (Reason) {
Reason["EmergencyStop"] = "EmergencyStop";
Reason["EVDisconnected"] = "EVDisconnected";
Reason["HardReset"] = "HardReset";
Reason["Local"] = "Local";
Reason["Other"] = "Other";
Reason["PowerLoss"] = "PowerLoss";
Reason["Reboot"] = "Reboot";
Reason["Remote"] = "Remote";
Reason["SoftReset"] = "SoftReset";
Reason["UnlockCommand"] = "UnlockCommand";
Reason["DeAuthorized"] = "DeAuthorized";
})(Reason || (Reason = {}));
exports.default = Reason;
//# sourceMappingURL=Reason.js.map