mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
docs: fix Copilot comments
This commit is contained in:
parent
3e0f318f7f
commit
608601990b
7 changed files with 11 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue