Working towards getting EssentialsTouchpanelController to switch rooms

This commit is contained in:
Neil Dorin
2021-07-23 17:35:12 -06:00
parent 2db397b474
commit 6542c062b9
4 changed files with 41 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ namespace PepperDash.Essentials.Core
/// <summary>
/// The list of rooms keys that can be combined
/// </summary>
[JsonProperty("roomMap")]
[JsonProperty("roomKeys")]
public List<string> RoomKeys {get; set;}
/// <summary>