Status
public enum Status
Enum representing the state of gateway setup
-
The gateway started connecting to the wireless network
Declaration
Swift
case connecting -
The passed WPA passkey was wrong
Declaration
Swift
case wrongPSK -
The gateway is now connected to the network and registered with the users account
Declaration
Swift
case connected(imei: String)Parameters
imeiThe IMEI of the newly registered SPGateway
Status Enumeration Reference