mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Reset branch back to latest DEVELOPMENT head
This commit is contained in:
parent
f74fa35ca4
commit
921819592e
7 changed files with 106 additions and 20 deletions
|
|
@ -820,7 +820,7 @@ namespace PepperDash.Essentials.DM
|
|||
{
|
||||
if (RouteOffTimers.ContainsKey(pnt))
|
||||
return;
|
||||
RouteOffTimers[pnt] = new CTimer(o => ExecuteSwitch(0, pnt.Number, pnt.Type), RouteOffTime);
|
||||
RouteOffTimers[pnt] = new CTimer(o => ExecuteSwitch(null, pnt.Selector, pnt.Type), RouteOffTime);
|
||||
}
|
||||
|
||||
#region IRouting Members
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue