@gibme/starlink
    Preparing search index...
    interface WifiClient {
        associatedTimeS?: number;
        iface?: WifiClient_Interface;
        ipAddress?: string;
        macAddress?: string;
        modeStr?: string;
        name?: string;
        psmode?: number;
        rxStats?: WifiClient_RxStats;
        signalStrength?: number;
        snr?: number;
        txStats?: WifiClient_TxStats;
    }
    Index

    Properties

    associatedTimeS?: number
    ipAddress?: string
    macAddress?: string
    modeStr?: string
    name?: string
    psmode?: number
    signalStrength?: number
    snr?: number