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

    Interface FilterInfo

    The documented chart-data filters (the time series you can request), grouped for readability. The numeric id is what the API path takes; the label is for human help output. Not exhaustive — the API accepts any integer filter id, so the CLI accepts any integer and uses this only for the filters listing.

    interface FilterInfo {
        group: "generation" | "consumption" | "price" | "forecast";
        id: number;
        label: string;
    }
    Index
    group: "generation" | "consumption" | "price" | "forecast"
    id: number
    label: string