mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 13:36:48 +00:00
docs: XML comments for Devices.Common
This commit is contained in:
parent
a5d409e93a
commit
f9d9df9d5c
115 changed files with 5772 additions and 4292 deletions
|
|
@ -0,0 +1,17 @@
|
|||
namespace PepperDash.Essentials.Devices.Common.Shades
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumeration of eScreenLiftControlMode values
|
||||
/// </summary>
|
||||
public enum eScreenLiftControlMode
|
||||
{
|
||||
/// <summary>
|
||||
/// Momentary control mode for screen lift
|
||||
/// </summary>
|
||||
momentary,
|
||||
/// <summary>
|
||||
/// Latched control mode for screen lift
|
||||
/// </summary>
|
||||
latched
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue