UNPKG

@munit-solutions/ocpp

Version:
15 lines (14 loc) 345 B
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;