mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 06:39:18 +02:00
basic motor blowers implementation
This commit is contained in:
@@ -214,10 +214,14 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "generictoggle9", command_target::vehicle },
|
||||
{ "batterytoggle", command_target::vehicle },
|
||||
{ "batteryenable", command_target::vehicle },
|
||||
{ "batterydisable", command_target::vehicle }
|
||||
{ "batterydisable", command_target::vehicle },
|
||||
{ "motorblowerstogglefront", command_target::vehicle },
|
||||
{ "motorblowerstogglerear", command_target::vehicle },
|
||||
{ "motorblowersdisableall", command_target::vehicle }
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
} // simulation
|
||||
|
||||
// posts specified command for specified recipient
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user