mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
feat: Adds EndpointKeys to IHasMatrixRouting
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user