JnyJny / busylight

Control USB connected presence lights from multiple vendors via the command-line or web API.
Apache License 2.0
212 stars 24 forks source link

Added missing device ID for kuando busylight alpha #360

Closed KaiReichart closed 1 month ago

KaiReichart commented 1 month ago

There was an ID missing for my kuando busylight alpha device, this PR adds the ID.

Without ID:

➜  busylight git:(master) busylight on
No lights to turn on.

With ID added:

➜  busylight git:(master) ✗ busylight list
  0 Busylight Alpha
  1 Busylight Alpha
  2 Busylight Alpha
Screenshot 2024-05-30 at 13 59 04
JnyJny commented 1 month ago

Thanks @KaiReichart for the pull request and bug report all in one! Looks good to me. I'll merge it and publish an updated version to PyPI shortly.

JnyJny commented 1 month ago

A new tested version 0.31.0 should be available shortly!

KaiReichart commented 1 month ago

Great, thanks a lot!