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
|
|
@ -190,6 +190,11 @@ public class EssentialsWebApi : EssentialsDevice
|
|||
Name = "Get Routing Devices and TieLines",
|
||||
RouteHandler = new GetRoutingDevicesAndTieLinesHandler()
|
||||
},
|
||||
new HttpCwsRoute("routingFeedbackSession")
|
||||
{
|
||||
Name = "Routing Feedback WebSocket Session",
|
||||
RouteHandler = new RoutingFeedbackSessionRequestHandler()
|
||||
},
|
||||
new HttpCwsRoute("initializationExceptions")
|
||||
{
|
||||
Name = "Get Initialization Exceptions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue