mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
docs: add missing XML comments for Mobile Control Project
This commit is contained in:
parent
c557c6cdd6
commit
98d0cc8fdc
28 changed files with 576 additions and 177 deletions
|
|
@ -14,10 +14,19 @@ namespace PepperDash.Essentials.WebSocketServer
|
|||
/// </summary>
|
||||
public string Code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Room Key this token is associated with
|
||||
/// </summary>
|
||||
public string RoomKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Unique ID for this token
|
||||
/// </summary>
|
||||
public string Uuid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Touchpanel Key this token is associated with, if this is a touch panel token
|
||||
/// </summary>
|
||||
public string TouchpanelKey { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue