kaios-types
    Preparing search index...

    Interface MozWifiConnectionInfo

    Details about the signal strength and link speed of the connection.

    interface MozWifiConnectionInfo {
        ipAddress?: string;
        linkSpeed: number;
        relSignalStrength: number;
        signalStrength: number;
    }
    Index

    Properties

    ipAddress?: string
    linkSpeed: number
    relSignalStrength: number
    signalStrength: number