Skip to content

Commit

Permalink
feat: daktronics display
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 9, 2024
1 parent 0b9f398 commit 9f29252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AmeyLiveTrainAnnouncements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,11 @@ export interface LiveTrainAnnouncementsProps<SystemKeys extends string> {
standingTrainHandler: Record<SystemKeys, (options: IStandingTrainAnnouncementOptions) => Promise<void>>
}

type DisplayType = 'infotec-landscape-dmi' | 'blackbox-landscape-lcd'
type DisplayType = 'infotec-landscape-dmi' | 'daktronics-data-display-dmi' | 'blackbox-landscape-lcd'

const DisplayNames: Record<DisplayType, string> = {
'infotec-landscape-dmi': 'Infotec landscape DMI',
'daktronics-data-display-dmi': 'Daktronics/Data Display DMI',
'blackbox-landscape-lcd': 'Blackbox landscape LCD',
}

Expand Down

0 comments on commit 9f29252

Please sign in to comment.