mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
fix(essentials): Adds missing help message property to tech room config and exposes config
This commit is contained in:
parent
742ff4bc1b
commit
c6023ad700
2 changed files with 24 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue