FetchColorTemperatureRequest
public struct FetchColorTemperatureRequest : HTTPRequest
Fetch a device’s colour temperature.
A RangedValue
is returned which will describe the current value and
the maximum and minimum the value can be.
-
Declaration
Swift
public typealias ResponseObject = RangedValue<Double>
-
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.