feat: Adds EndpointKeys to IHasMatrixRouting

This commit is contained in:
Neil Dorin 2024-04-04 16:16:54 -06:00
parent 5d608887a1
commit 8a374072ae

View file

@ -57,6 +57,8 @@ namespace PepperDash.Essentials.Core
public interface IHasMatrixRouting
{
string MatrixRoutingDeviceKey { get; }
List<string> EndpointKeys { get; }
}
/// <summary>