From 2187c9fb0d932bc336ffa2d5e05910178c067bfd Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 26 Nov 2025 15:53:22 -0700 Subject: [PATCH] Update src/PepperDash.Essentials.Core/Devices/SourceListItem.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Devices/SourceListItem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Devices/SourceListItem.cs b/src/PepperDash.Essentials.Core/Devices/SourceListItem.cs index ebe3403d..deaeeae3 100644 --- a/src/PepperDash.Essentials.Core/Devices/SourceListItem.cs +++ b/src/PepperDash.Essentials.Core/Devices/SourceListItem.cs @@ -77,7 +77,6 @@ namespace PepperDash.Essentials.Core /// A name that will override the source's name on the UI /// [JsonProperty("name")] - public string Name { get; set; } ///