@citrineos/base
Version:
The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.
18 lines • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChargingStationSequenceType = void 0;
var ChargingStationSequenceType;
(function (ChargingStationSequenceType) {
ChargingStationSequenceType["customerInformation"] = "customerInformation";
ChargingStationSequenceType["getBaseReport"] = "getBaseReport";
ChargingStationSequenceType["getChargingProfiles"] = "getChargingProfiles";
ChargingStationSequenceType["getDisplayMessages"] = "getDisplayMessages";
ChargingStationSequenceType["getLog"] = "getLog";
ChargingStationSequenceType["getMonitoringReport"] = "getMonitoringReport";
ChargingStationSequenceType["getReport"] = "getReport";
ChargingStationSequenceType["publishFirmware"] = "publishFirmware";
ChargingStationSequenceType["remoteStartId"] = "remoteStartId";
ChargingStationSequenceType["updateFirmware"] = "updateFirmware";
ChargingStationSequenceType["transactionId"] = "transactionId";
})(ChargingStationSequenceType || (exports.ChargingStationSequenceType = ChargingStationSequenceType = {}));
//# sourceMappingURL=requestIds.js.map