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.
A Philips Hue client library written in Swift.
Example:
let hue = Hue(bridgeURL: "https://...", username: "A1B2C3...")
let subscription = hue.lights().sink { lights in
// Do something with lights
}
See docs for other APIs.