mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Merge branch 'development' into feature/remove-tx-rx-debug
This commit is contained in:
commit
bebcc3c6e1
8 changed files with 114 additions and 336 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