mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Merge branch 'development' into feature/pdu-interface-joinmap
This commit is contained in:
commit
70a78b540d
9 changed files with 3353 additions and 3190 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -111,7 +111,12 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public override void ExecuteSwitch(object selector)
|
||||
{
|
||||
Debug.Console(2, this, "ExecuteSwitch: {0}", selector);
|
||||
Debug.Console(2, this, "ExecuteSwitch: {0}", selector);
|
||||
|
||||
if (!_PowerIsOn)
|
||||
{
|
||||
PowerOn();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue