mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Added emergency valve for main tank and more complex compressor preset switch
This commit is contained in:
committed by
tmj-fstate
parent
f259c6b96a
commit
10c1497e76
@@ -59,6 +59,9 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "alarmchaintoggle", command_target::vehicle },
|
||||
{ "wheelspinbrakeactivate", command_target::vehicle },
|
||||
{ "sandboxactivate", command_target::vehicle },
|
||||
{ "autosandboxtoggle", command_target::vehicle },
|
||||
{ "autosandboxactivate", command_target::vehicle },
|
||||
{ "autosandboxdeactivate", command_target::vehicle },
|
||||
{ "reverserincrease", command_target::vehicle },
|
||||
{ "reverserdecrease", command_target::vehicle },
|
||||
{ "reverserforwardhigh", command_target::vehicle },
|
||||
@@ -98,6 +101,9 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "compressorenable", command_target::vehicle },
|
||||
{ "compressordisable", command_target::vehicle },
|
||||
{ "compressortogglelocal", command_target::vehicle },
|
||||
{ "compressorpresetactivatenext", command_target::vehicle },
|
||||
{ "compressorpresetactivateprevious", command_target::vehicle },
|
||||
{ "compressorpresetactivatedefault", command_target::vehicle },
|
||||
{ "motoroverloadrelaythresholdtoggle", command_target::vehicle },
|
||||
{ "motoroverloadrelaythresholdsetlow", command_target::vehicle },
|
||||
{ "motoroverloadrelaythresholdsethigh", command_target::vehicle },
|
||||
|
||||
Reference in New Issue
Block a user