mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat: Adds EndpointKeys to IHasMatrixRouting
This commit is contained in:
parent
5d608887a1
commit
8a374072ae
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ namespace PepperDash.Essentials.Core
|
||||||
public interface IHasMatrixRouting
|
public interface IHasMatrixRouting
|
||||||
{
|
{
|
||||||
string MatrixRoutingDeviceKey { get; }
|
string MatrixRoutingDeviceKey { get; }
|
||||||
|
|
||||||
|
List<string> EndpointKeys { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue