die ignorierte verlorene Datei

This commit is contained in:
Lucas Pleß 2012-03-03 18:42:27 +01:00
parent 98c4b74a2c
commit af771fa858
2 changed files with 12 additions and 1 deletions

View File

@ -1 +0,0 @@
/DMXMixer.java

View File

@ -0,0 +1,12 @@
package de.ctdo.bunti.dmx;
import java.util.Map;
import de.ctdo.bunti.model.BuntiDevice;
public interface DMXMixer {
public void setDMX512Channel(int channel, int value);
public void updateDevice(BuntiDevice device, Map<String, Object> options);
}