MattIPv4 / PyDMXControl

A Python 3 module to control DMX using OpenDMX or uDMX - Featuring fixture profiles, built-in effects and a web control panel.
https://pypi.org/project/PyDMXControl/
GNU General Public License v3.0
119 stars 22 forks source link

LTP needs to be implemented #1

Closed MattIPv4 closed 6 years ago

MattIPv4 commented 6 years ago

Currently LTP is implemented as lowest. No one does/uses this. Needs to be implemented as latest.

Thoughts on implementing this: each channel should be an instance of a channel class. This class contains the name, aliases, value (and whatever else it needs) as well as the time it was last updated at. The controller can then use this as needed to implement LTP.