fixes new interface property

This commit is contained in:
Neil Dorin
2021-12-03 14:37:45 -07:00
parent 1d2eb42c46
commit bceb7115ed
2 changed files with 125 additions and 125 deletions

View File

@@ -31,7 +31,7 @@ namespace PepperDash.Essentials.Core.Shades
public interface IShadesOpenCloseStop : IShadesOpenClose
{
void StopOrPreset();
string StopOrPresetButtonLabel;
string StopOrPresetButtonLabel { get; }
}
/// <summary>