Some lamps

This commit is contained in:
Jonas Zeunert
2022-02-22 00:11:01 +01:00
parent 5b42a2ba63
commit 53e985379a
2 changed files with 15 additions and 2 deletions

View File

@@ -48,6 +48,13 @@ UPPER_PLAYFIELD_TIME_LAMPS = LampGroup([
Lamp("Lamp 30 Sec")
])
TUNNEL_NUMBER_LAMPS = LampGroup([
Lamp("Lamp 1"),
Lamp("Lamp 2"),
Lamp("Lamp 3"),
Lamp("Lamp 4"),
Lamp("Lamp 5"),
])
TUNNEL_LAMPS = LampGroup([
Lamp("1st Button"),
Lamp("2nd Button"),