Added emergency valve for main tank and more complex compressor preset switch

This commit is contained in:
Królik Uszasty
2019-09-10 23:23:56 +02:00
committed by tmj-fstate
parent f259c6b96a
commit 10c1497e76
7 changed files with 208 additions and 16 deletions

View File

@@ -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 },