mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +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
|
||||
{
|
||||
string MatrixRoutingDeviceKey { get; }
|
||||
|
||||
List<string> EndpointKeys { get; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue