mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat(essentials): Adds label property to shade interface
This commit is contained in:
parent
ef12650f9c
commit
1d2eb42c46
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ namespace PepperDash.Essentials.Core.Shades
|
|||
public interface IShadesOpenCloseStop : IShadesOpenClose
|
||||
{
|
||||
void StopOrPreset();
|
||||
string StopOrPresetButtonLabel;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue