-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export const ATIS_LETTER_CONTROLLER_TYPE = "AtisLetterControllerexport"; | ||
export const HOTLINE_CONTROLLER_TYPE = "HotlineControllerexport"; | ||
export const PUSH_TO_TALK_CONTROLLER_TYPE = "PushToTalkControllerexport"; | ||
export const STATION_STATUS_CONTROLLER_TYPE = "StationStatusControllerexport"; | ||
export const ATIS_LETTER_CONTROLLER_TYPE = "AtisLetterController"; | ||
export const HOTLINE_CONTROLLER_TYPE = "HotlineController"; | ||
export const PUSH_TO_TALK_CONTROLLER_TYPE = "PushToTalkController"; | ||
export const STATION_STATUS_CONTROLLER_TYPE = "StationStatusController"; | ||
export const STATION_VOLUME_CONTROLLER_TYPE = "StationVolumeController"; | ||
export const TRACKAUDIO_STATUS_CONTROLLER_TYPE = "TrackAudioStatusController"; |