mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: implement Routing Feedback WebSocket service and associated request handlers
This commit is contained in:
parent
be545bbfa4
commit
b65f895e06
7 changed files with 812 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue