mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 00:35:07 +00:00
docs: add missing XML comments for Mobile Control Project
This commit is contained in:
@@ -17,9 +17,15 @@ namespace PepperDash.Essentials.WebSocketServer
|
||||
[JsonProperty("clientId")]
|
||||
public string ClientId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Room Key for this client
|
||||
/// </summary>
|
||||
[JsonProperty("roomKey")]
|
||||
public string RoomKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// System UUID for this system
|
||||
/// </summary>
|
||||
[JsonProperty("systemUUid")]
|
||||
public string SystemUuid { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user