mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Try catch on some Fusion usage bugs; Fixed press-hold on TriListExtensions
This commit is contained in:
parent
12d9ad1183
commit
0d42a41af3
8 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue