mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
docs: update XML comments for Essentials Core
This commit is contained in:
parent
0764685c51
commit
f88bb13367
260 changed files with 7018 additions and 1318 deletions
|
|
@ -11,7 +11,15 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
|||
/// </summary>
|
||||
public interface IDigitalOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// Feedback to indicate the state of the output
|
||||
/// </summary>
|
||||
BoolFeedback OutputStateFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Sets the output state
|
||||
/// </summary>
|
||||
/// <param name="state">The desired state of the output</param>
|
||||
void SetOutput(bool state);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue