Hue

A Phillips Hue client library written in Swift.

Usage

Example:

let hue = Hue(bridgeURL: "https://...", username: "A1B2C3...")
let subscription = hue.lights().sink { lights in
  // Do something with lights
}

See docs for other APIs.