mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +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))
|
if (RouteOffTimers.ContainsKey(pnt))
|
||||||
return;
|
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
|
#region IRouting Members
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue