Skip to content
/ Hue Public

πŸ’‘ A Philips Hue library written in Swift, using Combine framework

License

Notifications You must be signed in to change notification settings

jnewc/Hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e0ac1c Β· Feb 16, 2020

History

13 Commits
Feb 16, 2020
Feb 7, 2020
Feb 13, 2020
Feb 7, 2020
Feb 2, 2020
Feb 14, 2020

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages