16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

(commands) add timetablelightenable and timetablelightdisable commands

This commit is contained in:
Marcin Nowak
2022-09-28 23:56:10 +02:00
parent 57dbcf79e1
commit 1d34194453
7 changed files with 46 additions and 1 deletions

View File

@@ -258,6 +258,8 @@ commanddescription_sequence Commands_descriptions = {
{ "instrumentlightdisable", command_target::vehicle, command_mode::oneoff },
{ "dashboardlighttoggle", command_target::vehicle, command_mode::oneoff },
{ "timetablelighttoggle", command_target::vehicle, command_mode::oneoff },
{ "timetablelightenable", command_target::vehicle, command_mode::oneoff },
{ "timetablelightdisable", command_target::vehicle, command_mode::oneoff },
{ "generictoggle0", command_target::vehicle, command_mode::oneoff },
{ "generictoggle1", command_target::vehicle, command_mode::oneoff },
{ "generictoggle2", command_target::vehicle, command_mode::oneoff },