2017-12-29 21:49:17 +01:00
|
|
|
package de.c3ma.ollo;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* created at 29.12.2017 - 18:29:07<br />
|
|
|
|
* creator: ollo<br />
|
|
|
|
* project: WS2812Emulation<br />
|
|
|
|
* $Id: $<br />
|
|
|
|
* @author ollo<br />
|
|
|
|
*/
|
|
|
|
public interface LuaSimulation {
|
|
|
|
|
2018-01-12 20:38:35 +01:00
|
|
|
public void rebootTriggered();
|
2018-02-03 16:51:00 +01:00
|
|
|
|
|
|
|
public void setSimulationTime(long timeInMillis);
|
2017-12-29 21:49:17 +01:00
|
|
|
}
|