JnyJny / blynclight

Python bindings for the Embrava BlyncLight family of products.
Apache License 2.0
21 stars 3 forks source link

Create a simple API server and ship in scripts directory. #7

Open JnyJny opened 5 years ago

JnyJny commented 5 years ago

The contrib directory has some API services for blynclight that I've been noodling around with, but it's time to get serious-ish.

  1. make a CLI to start a daemon process that collects all the lights connected and acts as a proxy hub for client commands.
  2. update blynclight.BlyncLight to use the proxy transparently
  3. ...
  4. profit. (j/k Embrava, nobody is paying me for this)