wip: update XML comments

This commit is contained in:
Erik Meyer
2026-01-27 15:13:26 -05:00
parent 4fa7a42330
commit d0b07ad7d9
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ namespace PepperDash.Essentials.Core.Bridges
/// </summary>
public static class BridgeHelper
{
/// <summary>
/// PrintJoinMp method
/// </summary>
/// <param name="command">target bridgekey to print join map for</param>
public static void PrintJoinMap(string command)
{
var targets = command.Split(' ');

View File

@@ -285,7 +285,6 @@ namespace PepperDash.Essentials.Room.Config
/// <summary>
/// Gets or sets the SourceListKey
/// </summary>
/// </summary>
[JsonProperty("sourceListKey")]
public string SourceListKey { get; set; }
/// <summary>