docs: fix comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-07-21 13:28:10 -05:00
committed by GitHub
parent 3421b2f28c
commit 2bbefa062d

View File

@@ -4,8 +4,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{ {
/// <summary> /// <summary>
/// Interface for devices that provide audio meter feedback. /// Interface for devices that provide state feedback.
/// This interface is used to standardize access to meter feedback across different devices. /// This interface is used to standardize access to state feedback across different devices.
/// </summary> /// </summary>
public interface IStateFeedback public interface IStateFeedback
{ {