Try catch on some Fusion usage bugs; Fixed press-hold on TriListExtensions

This commit is contained in:
Heath Volmer
2017-08-24 20:29:30 -06:00
parent 12d9ad1183
commit 0d42a41af3
8 changed files with 18 additions and 18 deletions

View File

@@ -242,7 +242,8 @@ namespace PepperDash.Essentials.Devices.Displays
CrestronInvoke.BeginInvoke(o =>
{
CrestronEnvironment.Sleep(2500);
Debug.Console(2, this, "*#* NEW POWER STATE AFTER PAUSE={0} CURRENT={1}", _PowerValueIncomingWaitingForCheck, _PowerIsOn);
Debug.Console(2, this, "*#* NEW POWER STATE AFTER PAUSE={0} CURRENT={1}",
_PowerValueIncomingWaitingForCheck, _PowerIsOn);
if (_PowerValueIncomingWaitingForCheck != _PowerIsOn)
{
_PowerIsOn = _PowerValueIncomingWaitingForCheck;