namespace PepperDash.Essentials.Core { public interface IRoutingWithClear : IRouting { /// /// Clears a route to an output, however a device needs to do that /// /// Output to clear /// signal type to clear void ClearRoute(object outputSelector, eRoutingSignalType signalType); } }