@munit-solutions/ocpp
Version:
15 lines (14 loc) • 369 B
TypeScript
declare enum Reason {
EmergencyStop = "EmergencyStop",
EVDisconnected = "EVDisconnected",
HardReset = "HardReset",
Local = "Local",
Other = "Other",
PowerLoss = "PowerLoss",
Reboot = "Reboot",
Remote = "Remote",
SoftReset = "SoftReset",
UnlockCommand = "UnlockCommand",
DeAuthorized = "DeAuthorized"
}
export default Reason;