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

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.