mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Warming, cooling synced with display.
This commit is contained in:
parent
19f3b10f90
commit
2c8259e350
10 changed files with 26 additions and 17 deletions
Binary file not shown.
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using Crestron.SimplSharp;
|
||||
using Crestron.SimplSharpPro.DeviceSupport;
|
||||
using PepperDash.Core;
|
||||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
|
|
@ -97,7 +98,7 @@ namespace PepperDash.Essentials.Core
|
|||
{
|
||||
TriList = triList;
|
||||
// Attach actions to buttons
|
||||
triList.SetSigFalseAction(Button1Join, () => OnModalComplete(1));
|
||||
triList.SetSigFalseAction(Button1Join, () => OnModalComplete(1));
|
||||
triList.SetSigFalseAction(Button2Join, () => OnModalComplete(2));
|
||||
triList.SetSigFalseAction(CancelButtonJoin, () => { if (CanCancel) CancelDialog(); });
|
||||
CanCancel = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue