mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: add csIp handling and update debug session URL in DebugSessionRequestHandler
This commit is contained in:
parent
72a4c63a06
commit
907eb2f397
2 changed files with 7 additions and 2 deletions
|
|
@ -264,6 +264,9 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
|
||||
message.Name = _device.Name;
|
||||
|
||||
message.MessageBasePath = MessagePath;
|
||||
|
||||
|
||||
var token = JToken.FromObject(message);
|
||||
|
||||
PostStatusMessage(token, MessagePath, clientId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue