mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Environment Driver now showing and correct background subpage is appearing
This commit is contained in:
parent
a0ebc08838
commit
80377a41d0
16 changed files with 530 additions and 107 deletions
|
|
@ -14,7 +14,7 @@ namespace PepperDash.Essentials.Devices.Common.Environment.Somfy
|
|||
/// <summary>
|
||||
/// Controls a single shade using three relays
|
||||
/// </summary>
|
||||
public class RelayControlledShade : ShadeBase
|
||||
public class RelayControlledShade : ShadeBase, IShadesOpenCloseStop
|
||||
{
|
||||
RelayControlledShadeConfigProperties Config;
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ namespace PepperDash.Essentials.Devices.Common.Environment.Somfy
|
|||
OpenRelay.On();
|
||||
}
|
||||
|
||||
public override void Stop()
|
||||
public void Stop()
|
||||
{
|
||||
OpenRelay.Off();
|
||||
CloseRelay.Off();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue