mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
refactor: move routing interfaces into their own files
This commit is contained in:
parent
a95d44e405
commit
06a6b1caa2
35 changed files with 1442 additions and 811 deletions
|
|
@ -0,0 +1,7 @@
|
|||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
public interface IRoutingNumeric : IRouting
|
||||
{
|
||||
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue