feat: implement Routing Feedback WebSocket service and associated request handlers

This commit is contained in:
Neil Dorin 2026-06-22 21:30:47 -06:00
parent be545bbfa4
commit b65f895e06
7 changed files with 812 additions and 5 deletions

View file

@ -36,6 +36,7 @@ namespace PepperDash.Essentials.Core.Routing
/// This method updates the current source for the specified signal type and notifies any subscribers of the change.
/// </summary>
/// <param name="signalType">The signal type to update.</param>
///
/// <param name="sourceDevice">The source device to set as the current source.</param>
void SetCurrentSource(eRoutingSignalType signalType, IRoutingSource sourceDevice);