Skip to content

Commit

Permalink
chore: increase delay between calling points on celia
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored Nov 24, 2023
1 parent 3d1cb3b commit 328f4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/announcement-data/systems/stations/AmeyCelia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default class AmeyCelia extends AmeyPhil {
readonly FILE_PREFIX = 'station/ketech/celia'
readonly SYSTEM_TYPE = 'station'

protected readonly CALLING_POINT_DELAY = 100
protected readonly CALLING_POINT_AND_DELAY = 50
protected readonly CALLING_POINT_DELAY = 160
protected readonly CALLING_POINT_AND_DELAY = 80

protected get DEFAULT_CHIME(): ChimeType {
return 'three'
Expand Down

0 comments on commit 328f4ac

Please sign in to comment.