jnewc / Hue

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Swift 100.0%