mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: create branch to add volume control
This commit is contained in:
parent
2f1caff815
commit
1df8d3f617
2 changed files with 36 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue