wip: update XML comments

This commit is contained in:
Erik Meyer
2026-01-28 10:19:57 -05:00
parent 2a748824ae
commit edf5189055
9 changed files with 158 additions and 35 deletions

View File

@@ -11,6 +11,9 @@ namespace PepperDash.Essentials.Core.CrestronIO
/// </summary>
public interface IDigitalInput
{
/// <summary>
/// Feedback to indicate the state of the input
/// </summary>
BoolFeedback InputStateFeedback { get; }
}
}