mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
docs: reword XML comments for IHasFeedback Interface
This commit is contained in:
parent
5921b5dbb0
commit
278408a3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace PepperDash.Essentials.Core
|
|||
public interface IHasFeedback : IKeyed
|
||||
{
|
||||
/// <summary>
|
||||
/// This method shall return a list of all Output objects on a device,
|
||||
/// This method returns a list of all Output objects on a device,
|
||||
/// including all "aggregate" devices.
|
||||
/// </summary>
|
||||
FeedbackCollection<Feedback> Feedbacks { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue