die ignorierte verlorene Datei
This commit is contained in:
parent
98c4b74a2c
commit
af771fa858
|
@ -1 +0,0 @@
|
||||||
/DMXMixer.java
|
|
|
@ -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);
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue