add destinationListKey property and remove DDVC

This commit is contained in:
Andrew Welker
2021-03-03 14:43:42 -07:00
parent d2ebc340bd
commit 79fd1f7424
2 changed files with 5 additions and 3 deletions

View File

@@ -196,6 +196,8 @@ namespace PepperDash.Essentials.Room.Config
public string DefaultAudioKey { get; set; }
[JsonProperty("sourceListKey")]
public string SourceListKey { get; set; }
[JsonProperty("destinationListKey")]
public string DestinationListKey { get; set; }
[JsonProperty("defaultSourceItem")]
public string DefaultSourceItem { get; set; }