wip: update XML comments

This commit is contained in:
Erik Meyer
2026-01-28 11:23:20 -05:00
parent edf5189055
commit 4db32e3720
26 changed files with 529 additions and 92 deletions

View File

@@ -8,10 +8,10 @@ namespace PepperDash.Essentials.Core
/// </summary>
public class CameraListItem
{
[JsonProperty("deviceKey")]
/// <summary>
/// Gets or sets the DeviceKey
/// Key of the camera device
/// </summary>
[JsonProperty("deviceKey")]
public string DeviceKey { get; set; }
/// <summary>
@@ -52,9 +52,6 @@ namespace PepperDash.Essentials.Core
/// A name that will override the source's name on the UI
/// </summary>
[JsonProperty("name")]
/// <summary>
/// Gets or sets the Name
/// </summary>
public string Name { get; set; }