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: Mon Oct 21 2024 08:34:31 GMT-0900 (Hawaii-Aleutian Daylight Time)