RadioStationChangeEvent
Defined in: client/api.d.ts:1196
A local vehicle-radio station change.
Properties
Section titled “Properties”previousStation
Section titled “previousStation”previousStation:
number|null
Defined in: client/api.d.ts:1210
Previous station ID, or null when none was selected.
previousStationName
Section titled “previousStationName”previousStationName:
string|null
Defined in: client/api.d.ts:1215
Previous station name, or null when unavailable.
station
Section titled “station”station:
number|null
Defined in: client/api.d.ts:1200
New station ID, or null when no station is selected.
stationName
Section titled “stationName”stationName:
string|null
Defined in: client/api.d.ts:1205
New station name, or null when unavailable.
