fix: Switches from LevelControlListKey to AudioControlPointListKey

This commit is contained in:
Neil Dorin
2024-05-21 17:04:15 -06:00
parent 2e61d8d709
commit e7e448f02c

View File

@@ -198,8 +198,8 @@ namespace PepperDash.Essentials.Room.Config
public string SourceListKey { get; set; }
[JsonProperty("destinationListKey")]
public string DestinationListKey { get; set; }
[JsonProperty("levelControlListKey")]
public string LevelControlListKey { get; set; }
[JsonProperty("audioControlPointListKey")]
public string AudioControlPointListKey { get; set; }
[JsonProperty("defaultSourceItem")]
public string DefaultSourceItem { get; set; }