kaios-types
    Preparing search index...

    Interface WifiWPSInfo

    Information required for WPS connection.

    interface WifiWPSInfo {
        bssid?: string;
        method: WifiWPSMethod;
        pin?: string;
    }
    Index

    Properties

    Properties

    bssid?: string
    pin?: string