FetchColorModeRequest

public struct FetchColorModeRequest : HTTPRequest

Fetch a device’s color mode.

A ColorMode is returned.

Initialization

  • Initialize a new instance.

    Declaration

    Swift

    public init(
        url: URL,
        token: String
    )

    Parameters

    url

    The device’s URL.

    token

    The device’s token.