@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.
14 lines (13 loc) • 488 B
TypeScript
export declare enum ChargingStationSequenceType {
customerInformation = "customerInformation",
getBaseReport = "getBaseReport",
getChargingProfiles = "getChargingProfiles",
getDisplayMessages = "getDisplayMessages",
getLog = "getLog",
getMonitoringReport = "getMonitoringReport",
getReport = "getReport",
publishFirmware = "publishFirmware",
remoteStartId = "remoteStartId",
updateFirmware = "updateFirmware",
transactionId = "transactionId"
}