diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingInterfaces.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingInterfaces.cs index 85578c5d..c7f2e533 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingInterfaces.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingInterfaces.cs @@ -59,7 +59,7 @@ namespace PepperDash.Essentials.Core /// /// For fixed-source endpoint devices /// - [Obsolete] + [Obsolete("Please switch to IRoutingSink")] public interface IRoutingSinkNoSwitching : IRoutingSink {