mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
(commands) add enable/disable commands for rear lights and redmarks
This commit is contained in:
10
command.cpp
10
command.cpp
@@ -216,10 +216,20 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "redmarkerenableright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkerdisableright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlighttogglerearleft", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightenablerearleft", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightdisablerearleft", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlighttogglerearright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightenablerearright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightdisablerearright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlighttogglerearupper", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightenablerearupper", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightdisablerearupper", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkertogglerearleft", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkerenablerearleft", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkerdisablerearleft", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkertogglerearright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkerenablerearright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkerdisablerearright", command_target::vehicle, command_mode::oneoff },
|
||||
{ "redmarkerstoggle", command_target::vehicle, command_mode::oneoff },
|
||||
{ "endsignalstoggle", command_target::vehicle, command_mode::oneoff },
|
||||
{ "headlightsdimtoggle", command_target::vehicle, command_mode::oneoff },
|
||||
|
||||
Reference in New Issue
Block a user