mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: Switches from LevelControlListKey to AudioControlPointListKey
This commit is contained in:
parent
2e61d8d709
commit
e7e448f02c
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue