feat: create branch to add volume control

This commit is contained in:
jkdevito
2023-11-02 11:54:44 -05:00
parent 2f1caff815
commit 1df8d3f617
2 changed files with 36 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ namespace PepperDash_Essentials_DM.Config
[JsonProperty("outputs")]
public Dictionary<uint, string> Outputs { get; set; }
[JsonProperty("defaultAudioKey")]
public string DefaultAudioKey { get; set; }
// "inputPriorities": "1,4,3,2"
[JsonProperty("inputPriorities")]
public string InputPriorities { get; set; }