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
commit 70a78b540d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
}
}