mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Updates to fix issues with sending individual program status messages to the app server. Minor updates to AtcDdvc01Messenger based on testing MC with Heath
This commit is contained in:
parent
87a449d1ee
commit
3a3f6db692
4 changed files with 49 additions and 38 deletions
|
|
@ -212,12 +212,13 @@ namespace PepperDash.Essentials
|
|||
void Load()
|
||||
{
|
||||
LoadDevices();
|
||||
LinkSystemMonitorToAppServer();
|
||||
LoadTieLines();
|
||||
LoadRooms();
|
||||
LoadLogoServer();
|
||||
|
||||
DeviceManager.ActivateAll();
|
||||
|
||||
LinkSystemMonitorToAppServer();
|
||||
}
|
||||
|
||||
void LinkSystemMonitorToAppServer()
|
||||
|
|
@ -235,9 +236,7 @@ namespace PepperDash.Essentials
|
|||
|
||||
messenger.RegisterWithAppServer(appServer);
|
||||
|
||||
DeviceManager.AddDevice(messenger);
|
||||
|
||||
|
||||
DeviceManager.AddDevice(messenger);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue