mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
fix: Adds LevelControlListKey to EssentialsRoomPropertiesConfig
This commit is contained in:
parent
dde85f39a2
commit
3566400379
1 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,9 @@ 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")]
|
||||||
|
public string LevelControlListKey { get; set; }
|
||||||
|
|
||||||
[JsonProperty("defaultSourceItem")]
|
[JsonProperty("defaultSourceItem")]
|
||||||
public string DefaultSourceItem { get; set; }
|
public string DefaultSourceItem { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue