16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 04:19:19 +02:00

(commands) add radiostopenable and radiostopdisable commands

This commit is contained in:
Marcin Nowak
2022-09-28 23:29:36 +02:00
parent 7880063f5c
commit 57dbcf79e1
7 changed files with 40 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ commanddescription_sequence Commands_descriptions = {
{ "radiochannelincrease", command_target::vehicle, command_mode::oneoff },
{ "radiochanneldecrease", command_target::vehicle, command_mode::oneoff },
{ "radiostopsend", command_target::vehicle, command_mode::oneoff },
{ "radiostopenable", command_target::vehicle, command_mode::oneoff },
{ "radiostopdisable", command_target::vehicle, command_mode::oneoff },
{ "radiostoptest", command_target::vehicle, command_mode::oneoff },
{ "radiocall3send", command_target::vehicle, command_mode::oneoff },
{ "radiovolumeincrease", command_target::vehicle, command_mode::oneoff },