mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Merge pull request #636 from PepperDash/feature/DMChassis-updates
Fix dmps off timer
This commit is contained in:
commit
07fbe102bd
1 changed files with 1 additions and 1 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