pierr3 / TrackAudio

A next generation Audio-For-VATSIM ATC Client for macOS, Linux and Windows
Other
49 stars 11 forks source link

Add support for `kAddStation` #223

Open neilenns opened 6 hours ago

neilenns commented 6 hours ago

Add a new SDK message that supports adding a station via the API. kAddStation is in keeping with the rest of the SDK event names, and it can take a callsign as its only property.

Ideally it would send a kStationAdded message in response if the station was added, and if not just send a kStationState message so the external app can refresh with the current info for the station.