docs: fix Copilot comments

This commit is contained in:
Andrew Welker
2025-10-15 12:54:14 -05:00
parent 3e0f318f7f
commit 608601990b
7 changed files with 11 additions and 9 deletions

View File

@@ -110,7 +110,9 @@ namespace PepperDash.Essentials
/// </summary>
public string SystemUrl; //set only from SIMPL Bridge!
///
/// <summary>
/// True if the Mobile Control Edge Server Websocket is connected
/// </summary>
public bool Connected => _wsClient2 != null && _wsClient2.IsAlive;
private IEssentialsRoomCombiner _roomCombiner;