This commit is contained in:
Lucas Pleß 2012-03-06 17:30:37 +01:00
parent 8cd211e6d9
commit e428a12058
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ public class Par56Spot extends BuntiDMXDevice {
public Par56Spot(int deviceId, int startAddress, String deviceName) {
super(deviceId, startAddress, deviceName);
addChannel(new DMXChannel(0, CHANNEL_MODE));
addChannel(new DMXChannel(1, CHANNEL_RED));
addChannel(new DMXChannel(2, CHANNEL_GREEN));