diff --git a/PepperDashEssentials/ControlSystem.cs b/PepperDashEssentials/ControlSystem.cs index 1bafbbac..92137267 100644 --- a/PepperDashEssentials/ControlSystem.cs +++ b/PepperDashEssentials/ControlSystem.cs @@ -337,19 +337,20 @@ namespace PepperDash.Essentials void Load() { LoadDevices(); - LoadTieLines(); LoadRooms(); LoadLogoServer(); DeviceManager.ActivateAll(); + LoadTieLines(); + var mobileControl = GetMobileControlDevice(); if (mobileControl == null) return; mobileControl.LinkSystemMonitorToAppServer(); - - } + + } /// /// Reads all devices from config and adds them to DeviceManager