Hue

2.0.3

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

What's New

2020-02-16T15:30:16Z

Remove debug prints

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.

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Nov 09 2022 03:47:27 GMT-1000 (Hawaii-Aleutian Standard Time)