From 2bbefa062d26db30578a169399f83c7e7648898b Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 21 Jul 2025 13:28:10 -0500 Subject: [PATCH] docs: fix comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../DeviceTypeInterfaces/IStateFeedback.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IStateFeedback.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IStateFeedback.cs index e4070594..a4f6c2bb 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IStateFeedback.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IStateFeedback.cs @@ -4,8 +4,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces { /// - /// Interface for devices that provide audio meter feedback. - /// This interface is used to standardize access to meter feedback across different devices. + /// Interface for devices that provide state feedback. + /// This interface is used to standardize access to state feedback across different devices. /// public interface IStateFeedback {