mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
docs: fix comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user