refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 2.0 / Requests.ts
index ef7a5161b3797282425947b30d5e0c30c85bddaa..0404936e834022793cf9caf41bee123e34a427e3 100644 (file)
@@ -10,13 +10,13 @@ import type { JsonObject } from '../../JsonType.js'
 export enum OCPP20RequestCommand {
   BOOT_NOTIFICATION = 'BootNotification',
   HEARTBEAT = 'Heartbeat',
-  STATUS_NOTIFICATION = 'StatusNotification'
+  STATUS_NOTIFICATION = 'StatusNotification',
 }
 
 export enum OCPP20IncomingRequestCommand {
   CLEAR_CACHE = 'ClearCache',
   REQUEST_START_TRANSACTION = 'RequestStartTransaction',
-  REQUEST_STOP_TRANSACTION = 'RequestStopTransaction'
+  REQUEST_STOP_TRANSACTION = 'RequestStopTransaction',
 }
 
 type ModemType = {