M2O Scripting APIScripting reference
    Preparing search index…
    Data shapeClient API

    RadioPowerChangeEvent

    A local vehicle-radio power-state change.

    interface RadioPowerChangeEvent {
        on: boolean;
        station: number | null;
        stationName: string | null;
    }
    Index
    on: boolean

    Whether the radio is now powered on.

    station: number | null

    Current station ID, or null when none is selected.

    stationName: string | null

    Current station name, or null when unavailable.