/Hue

💡 A Philips Hue library written in Swift, using Combine framework

Primary LanguageSwiftApache License 2.0Apache-2.0

Hue

A Philips 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.