@gibme/starlink
    Preparing search index...
    interface DishGetStatusResponse {
        alerts?: DishAlerts;
        deviceInfo?: DeviceInfo;
        deviceState?: DeviceState;
        downlinkThroughputBps?: number;
        obstructionStats?: DishObstructionStats;
        popPingDropRate?: number;
        popPingLatencyMs?: number;
        secondsToFirstNonemptySlot?: number;
        snr?: number;
        state?: DishState;
        stowRequested?: boolean;
        uplinkThroughputBps?: number;
    }
    Index

    Properties

    alerts?: DishAlerts
    deviceInfo?: DeviceInfo
    deviceState?: DeviceState
    downlinkThroughputBps?: number
    obstructionStats?: DishObstructionStats
    popPingDropRate?: number
    popPingLatencyMs?: number
    secondsToFirstNonemptySlot?: number
    snr?: number
    state?: DishState
    stowRequested?: boolean
    uplinkThroughputBps?: number