UNPKG

@munit-solutions/ocpp

Version:
17 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Phase; (function (Phase) { Phase["L1"] = "L1"; Phase["L2"] = "L2"; Phase["L3"] = "L3"; Phase["N"] = "N"; Phase["L1N"] = "L1-N"; Phase["L2N"] = "L2-N"; Phase["L3N"] = "L3-N"; Phase["L1L2"] = "L1-L2"; Phase["L2L3"] = "L2-L3"; Phase["L3L1"] = "L3-L1"; })(Phase || (Phase = {})); exports.default = Phase; //# sourceMappingURL=Phase.js.map