IdentifyPanelsRequest
public struct IdentifyPanelsRequest : HTTPRequest
Causes the panels to flash in unison. This is typically used to help users differentiate between multiple panels.
-
Declaration
Swift
public typealias ResponseObject = Void
-
Declaration
Swift
public typealias ErrorObject = APIError
-
Declaration
Swift
public let baseURL: URL
-
Declaration
Swift
public var method: HTTPMethod { get }
-
Declaration
Swift
public var path: String { get }
-
Declaration
Swift
public var isAuthenticated: Bool { get }
-
Declaration
Swift
public var body: Data?
-
Initialize a new instance.
Declaration
Swift
public init( url: URL, token: String )
Parameters
url
The device’s URL.
token
The device’s token.