From df201558a5fa7504638977d523b5137bbfc983ff Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 12:02:24 -0500 Subject: [PATCH] docs: update Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs b/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs index 6317fb01..7c09a40d 100644 --- a/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs +++ b/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs @@ -29,7 +29,7 @@ namespace PepperDash.Essentials.Core.Config public string SourceCard { get; set; } /// - /// The key of the source output port, used to identify the specific port on the source device for routing. + /// Gets or sets the SourcePort /// public string SourcePort { get; set; }