mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 04:19:19 +02:00
Added emergency valve for main tank and more complex compressor preset switch
This commit is contained in:
@@ -60,6 +60,9 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "alarmchaintoggle", command_target::vehicle, command_mode::oneoff },
|
||||
{ "wheelspinbrakeactivate", command_target::vehicle, command_mode::oneoff },
|
||||
{ "sandboxactivate", command_target::vehicle, command_mode::oneoff },
|
||||
{ "autosandboxtoggle", command_target::vehicle, command_mode::oneoff },
|
||||
{ "autosandboxactivate", command_target::vehicle, command_mode::oneoff },
|
||||
{ "autosandboxdeactivate", command_target::vehicle, command_mode::oneoff },
|
||||
{ "reverserincrease", command_target::vehicle, command_mode::oneoff },
|
||||
{ "reverserdecrease", command_target::vehicle, command_mode::oneoff },
|
||||
{ "reverserforwardhigh", command_target::vehicle, command_mode::oneoff },
|
||||
@@ -99,6 +102,9 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "compressorenable", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressordisable", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressortogglelocal", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivatenext", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivateprevious", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivatedefault", command_target::vehicle, command_mode::oneoff },
|
||||
{ "motoroverloadrelaythresholdtoggle", command_target::vehicle, command_mode::oneoff },
|
||||
{ "motoroverloadrelaythresholdsetlow", command_target::vehicle, command_mode::oneoff },
|
||||
{ "motoroverloadrelaythresholdsethigh", command_target::vehicle, command_mode::oneoff },
|
||||
|
||||
Reference in New Issue
Block a user