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.

Initialization

  • Initialize a new instance.

    Declaration

    Swift

    public init(
        url: URL,
        token: String
    )

    Parameters

    url

    The device’s URL.

    token

    The device’s token.