diff --git a/src/types/gps.ts b/src/types/gps.ts index fbb6517..ac538a5 100644 --- a/src/types/gps.ts +++ b/src/types/gps.ts @@ -9,7 +9,7 @@ export enum GpsIgnitionStatus { "on" = "on", "off" = "off", "acc_low" = "acc_low", - "ac_high" = "ac_high", + "acc_high" = "acc_high", } export enum GpsEngineStatus {