Skip to content

Commit

Permalink
Adds mute command mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Mar 23, 2022
1 parent 1eaadc3 commit 4c365f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static string Map(string commandParameterKey)
{ "fanSpeed", "currentFanSpeedSetting" },
{ "fanSpeedPercent", "currentFanSpeedPercent" },
{ "lock", "isLocked" },
{ "mute", "isMuted" },
{ "newApplication", "currentApplication" },
{ "newApplicationName", "currentApplication" },
{ "pause", "isPaused" },
Expand Down

0 comments on commit 4c365f4

Please sign in to comment.