Skip to content

Commit edec586

Browse files
committed
LMS remote
1 parent 696eb11 commit edec586

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hardware/LogitechMediaServer.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,19 +613,19 @@ void CLogitechMediaServer::SendCommand(const int ID, const std::string &command)
613613
sLMSCmnd = "\"button\", \"down\"";
614614
}
615615
else if (command == "Favorites") {
616-
sLMSCmnd = "";
616+
sLMSCmnd = "\"button\", \"favorites\"";
617617
}
618618
else if (command == "Browse") {
619-
sLMSCmnd = "";
619+
sLMSCmnd = "\"button\", \"browse\"";
620620
}
621621
else if (command == "NowPlaying") {
622-
sLMSCmnd = "";
622+
sLMSCmnd = "\"button\", \"playdisp_toggle\"";
623623
}
624624
else if (command == "Shuffle") {
625-
sLMSCmnd = "";
625+
sLMSCmnd = "\"button\", \"shuffle_toggle\"";
626626
}
627627
else if (command == "Repeat") {
628-
sLMSCmnd = "";
628+
sLMSCmnd = "\"button\", \"repeat_toggle\"";
629629
}
630630
else if (command == "Stop") {
631631
sLMSCmnd = "\"stop\"";

0 commit comments

Comments
 (0)