@maschinenlesbar.org/luftqualitaet-cli
    Preparing search index...

    Interface MeasuresParams

    Parameters for /measures/json (a window plus optional component/scope).

    interface MeasuresParams {
        component?: number;
        date_from: string;
        date_to: string;
        scope?: number;
        station: number;
        time_from: number;
        time_to: number;
    }

    Hierarchy (View Summary)

    Index
    component?: number
    date_from: string

    Start date, YYYY-MM-DD.

    date_to: string

    End date, YYYY-MM-DD.

    scope?: number
    station: number

    Station id.

    time_from: number

    Start hour, 1..24.

    time_to: number

    End hour, 1..24.