fix(essentials): Updates to shade interfaces to clarify functionality

This commit is contained in:
Neil Dorin
2022-10-06 10:05:44 -06:00
parent 5994704fbd
commit 040c57b5e1
4 changed files with 32 additions and 19 deletions

View File

@@ -56,9 +56,9 @@ namespace PepperDash.Essentials.Devices.Common.Environment.Somfy
PulseOutput(OpenRelay, RelayPulseTime);
}
public override void StopOrPreset()
public override void Stop()
{
Debug.Console(1, this, "Stopping or recalling preset on Shade: '{0}'", this.Name);
Debug.Console(1, this, "Stopping Shade: '{0}'", this.Name);
PulseOutput(StopOrPresetRelay, RelayPulseTime);
}