68Duck / PiDMX

Python dmx controller interface with Pyqt5 and raspberry pi
0 stars 0 forks source link

Creating light channel names #29

Closed 68Duck closed 3 years ago

68Duck commented 3 years ago

Needs to not allow certain names such as channel or channelNames as will set the value in init of when the light is created so will break the lights

68Duck commented 3 years ago

Temporary fix in lightTypes.py but a more robust solution is needed

68Duck commented 3 years ago

Issue fixed in create Light type window with invalid channel names