implemented signal functions

This commit is contained in:
Stephan Richter
2020-12-31 16:36:16 +01:00
parent 3e3dfccdea
commit e50bc039cd
8 changed files with 265 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ public class SetSignal extends Action {
private static final String SIGNAL = "signal";
private Signal signal = null;
private String state = Signal.STOP;
private String state = Signal.RED;
@Override
public boolean fire(Context context) {