mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 10:45:00 +00:00
esc-544, initial fixes to routing and de-routing
This commit is contained in:
@@ -162,10 +162,11 @@ namespace PepperDash.Essentials
|
||||
/// </summary>
|
||||
public void LoadTieLines()
|
||||
{
|
||||
// Make this reusable by clearing the TieLineCollection
|
||||
// In the future, we can't necessarily just clear here because devices
|
||||
// might be making their own internal sources/tie lines
|
||||
|
||||
var tlc = TieLineCollection.Default;
|
||||
tlc.Clear();
|
||||
//tlc.Clear();
|
||||
foreach (var tieLineConfig in ConfigReader.ConfigObject.TieLines)
|
||||
{
|
||||
var newTL = tieLineConfig.GetTieLine();
|
||||
|
||||
Reference in New Issue
Block a user