Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Dec 21, 2023
1 parent 5d1390e commit f7494bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/server-api/src/autopilotapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,18 @@ export type AutopilotAlarm =
| 'waypointAdvance'
| 'waypointArrival'
| 'routeComplete'
| 'xte'
| 'heading'
| 'wind'


const AUTOPILOTALARMS: AutopilotAlarm[] = [
'waypointAdvance',
'waypointArrival',
'routeComplete'
'routeComplete',
'xte',
'heading',
'wind'
]

export const isAutopilotAlarm = (s: string) =>
Expand Down

0 comments on commit f7494bc

Please sign in to comment.