Merge branch 'development' into feature/dmps-dm-fixes

This commit is contained in:
Neil Dorin
2022-06-21 12:12:35 -06: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();
}
}