BUWPSConfig Class Reference

Inherits from BUNetworkConfig : NSObject
Declared in BUNetworkManager.h

Overview

Configuration for performing a WPS BlinkUp

Some newer imp devices (such as imp005) do not support WPS

  pin

WPS pin (optional)

The pin is the WPS pin for authentication pin can be left empty \@“” if wps push button configuration is used

@property (nonatomic, copy, nullable) NSString *pin

Declared In

BUNetworkManager.h

– initWithWPSPin:

Creates the object and sets the WPS pin with the value given

- (nonnull instancetype)initWithWPSPin:(nullable NSString *)pin

Parameters

pin

WPS pin for configuration

Return Value

An initialized BUWPSConfig object

Declared In

BUNetworkManager.h