mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Update RoutingInterfaces.cs
This commit is contained in:
@@ -92,6 +92,16 @@ namespace PepperDash.Essentials.Core
|
|||||||
void ExecuteSwitch(object inputSelector, object outputSelector, eRoutingSignalType signalType);
|
void ExecuteSwitch(object inputSelector, object outputSelector, eRoutingSignalType signalType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public interface IRoutingWithClear : IRouting
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Clears a route to an output, however a device needs to do that
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="outputSelector">Output to clear</param>
|
||||||
|
/// <param name="signalType">signal type to clear</param>
|
||||||
|
void ClearRoute(object outputSelector, eRoutingSignalType signalType);
|
||||||
|
}
|
||||||
|
|
||||||
public interface IRoutingNumeric : IRouting
|
public interface IRoutingNumeric : IRouting
|
||||||
{
|
{
|
||||||
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
|
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
|
||||||
|
|||||||
Reference in New Issue
Block a user