mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
docs: fix comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3421b2f28c
commit
2bbefa062d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
{
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public interface IStateFeedback
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue