(commands) add radioenable and radiodisable commands

This commit is contained in:
maciejbaur
2022-09-28 22:13:54 +02:00
committed by Marcin Nowak
parent 31fd1dc56f
commit 7880063f5c
7 changed files with 39 additions and 2 deletions

View File

@@ -136,6 +136,8 @@ commanddescription_sequence Commands_descriptions = {
{ "hornhighactivate", command_target::vehicle, command_mode::oneoff },
{ "whistleactivate", command_target::vehicle, command_mode::oneoff },
{ "radiotoggle", command_target::vehicle, command_mode::oneoff },
{ "radioenable", command_target::vehicle, command_mode::oneoff },
{ "radiodisable", command_target::vehicle, command_mode::oneoff },
{ "radiochannelincrease", command_target::vehicle, command_mode::oneoff },
{ "radiochanneldecrease", command_target::vehicle, command_mode::oneoff },
{ "radiostopsend", command_target::vehicle, command_mode::oneoff },