M2O Scripting APIScripting reference
    Preparing search index…
    Data shapeClient API

    RadioStationChangeEvent

    A local vehicle-radio station change.

    interface RadioStationChangeEvent {
        previousStation: number | null;
        previousStationName: string | null;
        station: number | null;
        stationName: string | null;
    }
    Index
    previousStation: number | null

    Previous station ID, or null when none was selected.

    previousStationName: string | null

    Previous station name, or null when unavailable.

    station: number | null

    New station ID, or null when no station is selected.

    stationName: string | null

    New station name, or null when unavailable.