mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
fix: Switches from LevelControlListKey to AudioControlPointListKey
This commit is contained in:
@@ -198,8 +198,8 @@ namespace PepperDash.Essentials.Room.Config
|
|||||||
public string SourceListKey { get; set; }
|
public string SourceListKey { get; set; }
|
||||||
[JsonProperty("destinationListKey")]
|
[JsonProperty("destinationListKey")]
|
||||||
public string DestinationListKey { get; set; }
|
public string DestinationListKey { get; set; }
|
||||||
[JsonProperty("levelControlListKey")]
|
[JsonProperty("audioControlPointListKey")]
|
||||||
public string LevelControlListKey { get; set; }
|
public string AudioControlPointListKey { get; set; }
|
||||||
|
|
||||||
[JsonProperty("defaultSourceItem")]
|
[JsonProperty("defaultSourceItem")]
|
||||||
public string DefaultSourceItem { get; set; }
|
public string DefaultSourceItem { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user