(commands) add timetablelightenable and timetablelightdisable commands

This commit is contained in:
Marcin Nowak
2022-09-28 23:56:10 +02:00
parent 57dbcf79e1
commit 1d34194453
7 changed files with 46 additions and 1 deletions

View File

@@ -750,6 +750,12 @@ std::unordered_map<std::string, vr_openvr::button_bindings> vr_openvr::m_buttonb
{ "timetablelight_sw:", {
user_command::timetablelighttoggle,
user_command::none } },
{ "timetablelighton_sw:", {
user_command::timetablelightenable,
user_command::none } },
{ "timetablelightoff_sw:", {
user_command::timetablelightdisable,
user_command::none } },
{ "cablight_sw:", {
user_command::interiorlighttoggle,
user_command::none } },