mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
#637 Updates LinkToApi method to map configured tuners
This commit is contained in:
parent
f0415d0d05
commit
57f2d7c938
2 changed files with 42 additions and 10 deletions
|
|
@ -54,7 +54,7 @@ namespace PepperDash.Essentials.Room.Config
|
|||
/// Indicates which tuners should mirror preset recall when two rooms are configured in a primary->secondary scenario
|
||||
/// </summary>
|
||||
[JsonProperty("mirroredTuners")]
|
||||
public List<string> MirroredTuners { get; set; }
|
||||
public Dictionary<uint, string> MirroredTuners { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates the room
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue