mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
docs: add XML comments for IAnalogInput
This commit is contained in:
parent
278408a3bc
commit
d9ef8a2289
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ namespace PepperDash.Essentials.Core.CrestronIO
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IAnalogInput
|
public interface IAnalogInput
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Get the InputValueFeedback.
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// Updates when the analog input value changes
|
||||||
|
/// </remarks>
|
||||||
IntFeedback InputValueFeedback { get; }
|
IntFeedback InputValueFeedback { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue