mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-06 00:05:05 +00:00
docs: XML comments for Devices.Common
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user