mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 04:19:19 +02:00
Add radiocall1
This commit is contained in:
@@ -147,6 +147,7 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{"radiostopenable", command_target::vehicle, command_mode::oneoff},
|
||||
{"radiostopdisable", command_target::vehicle, command_mode::oneoff},
|
||||
{"radiostoptest", command_target::vehicle, command_mode::oneoff},
|
||||
{"radiocall1send", command_target::vehicle, command_mode::oneoff},
|
||||
{"radiocall3send", command_target::vehicle, command_mode::oneoff},
|
||||
{"radiovolumeincrease", command_target::vehicle, command_mode::oneoff},
|
||||
{"radiovolumedecrease", command_target::vehicle, command_mode::oneoff},
|
||||
@@ -526,6 +527,7 @@ std::unordered_map<std::string, user_command> commandMap = {
|
||||
{"radiostopenable", user_command::radiostopenable},
|
||||
{"radiostopdisable", user_command::radiostopdisable},
|
||||
{"radiostoptest", user_command::radiostoptest},
|
||||
{"radiocall1send", user_command::radiocall1send},
|
||||
{"radiocall3send", user_command::radiocall3send},
|
||||
{"radiovolumeincrease", user_command::radiovolumeincrease},
|
||||
{"radiovolumedecrease", user_command::radiovolumedecrease},
|
||||
|
||||
Reference in New Issue
Block a user