mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 19:54:59 +00:00
#637 Updates LinkToApi method to map configured tuners
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user