Merge branch 'development' into feature/pdu-interface-joinmap

This commit is contained in:
Andrew Welker
2022-06-21 13:12:50 -05:00
committed by GitHub
9 changed files with 3353 additions and 3190 deletions

View File

@@ -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();
}
}