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 {