spacemanspiff2007 / PyArtNet

"Python wrappers for the Art-Net protocol to send DMX over Ethernet"
GNU General Public License v3.0
67 stars 13 forks source link

Feature: read universes #19

Closed Breina closed 1 year ago

Breina commented 1 year ago

As a developer, I would like to read the values of every universe, so that I can match its state in my backend.

Specifically for asynchronously updating Home Assistant.

Planning to implement this myself, just being upfront. :)