fix(essentials): Adds missing help message property to tech room config and exposes config

This commit is contained in:
Neil Dorin
2022-02-04 15:51:29 -07:00
parent 742ff4bc1b
commit c6023ad700
2 changed files with 24 additions and 21 deletions

View File

@@ -56,6 +56,9 @@ namespace PepperDash.Essentials.Room.Config
[JsonProperty("mirroredTuners")]
public Dictionary<uint, string> MirroredTuners { get; set; }
[JsonProperty("helpMessage")]
public string HelpMessage { get; set; }
/// <summary>
/// Indicates the room
/// </summary>