STOP_TRANSACTION = 'StopTransaction',
}
-export const enum ResetType {
+export enum ResetType {
HARD = 'Hard',
SOFT = 'Soft',
}
-export const enum ErrorType {
+export enum ErrorType {
// Payload for Action is syntactically incorrect or not conform the PDU structure for Action
FORMAT_VIOLATION = 'FormatViolation',
/** @deprecated use FORMAT_VIOLATION instead */
-export const enum MessageType {
+export enum MessageType {
CALL_MESSAGE = 2, // Caller to Callee
CALL_RESULT_MESSAGE = 3, // Callee to Caller
CALL_ERROR_MESSAGE = 4, // Callee to Caller
-export const enum OCPPVersion {
+export enum OCPPVersion {
VERSION_16 = '1.6',
VERSION_20 = '2.0',
VERSION_201 = '2.0.1',