@munit-solutions/ocpp
Version:
15 lines • 683 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ReadingContext;
(function (ReadingContext) {
ReadingContext["InterruptionBegin"] = "Interruption.Begin";
ReadingContext["InterruptionEnd"] = "Interruption.End";
ReadingContext["SampleClock"] = "Sample.Clock";
ReadingContext["SamplePeriodic"] = "Sample.Periodic";
ReadingContext["TransactionBegin"] = "Transaction.Begin";
ReadingContext["TransactionEnd"] = "Transaction.End";
ReadingContext["Trigger"] = "Trigger";
ReadingContext["Other"] = "Other";
})(ReadingContext || (ReadingContext = {}));
exports.default = ReadingContext;
//# sourceMappingURL=ReadingContext.js.map