8000 GitHub - jnewc/Hue: 💡 A Philips Hue library written in Swift, using Combine framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0