mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 23:35:02 +00:00
docs: fix Copilot comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user