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; }