mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Adds configuratble property for current audio/video output text. Defaults to "".
This commit is contained in:
parent
45788a4d6b
commit
c3dbd41942
4 changed files with 27 additions and 4 deletions
|
|
@ -32,6 +32,9 @@ namespace PepperDash.Essentials.DM.Config
|
|||
[JsonProperty("outputNames")]
|
||||
public Dictionary<uint, string> OutputNames { get; set; }
|
||||
|
||||
[JsonProperty("noRouteText")]
|
||||
public string NoRouteText { get; set; }
|
||||
|
||||
[JsonProperty("inputSlotSupportsHdcp2")]
|
||||
public Dictionary<uint, bool> InputSlotSupportsHdcp2 { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@ namespace PepperDash.Essentials.DM.Config
|
|||
[JsonProperty("outputNames")]
|
||||
public Dictionary<uint, string> OutputNames { get; set; }
|
||||
|
||||
[JsonProperty("noRouteText")]
|
||||
public string NoRouteText { get; set; }
|
||||
|
||||
public DmpsRoutingPropertiesConfig()
|
||||
{
|
||||
InputNames = new Dictionary<uint, string>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue