mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat(essentials): #912 Updates to GenericCommunicationMonitor to better monitor socket status
This commit is contained in:
parent
787c8eb954
commit
89dd098ea6
2 changed files with 131 additions and 25 deletions
|
|
@ -99,7 +99,7 @@ namespace PepperDash.Essentials.Devices.Displays
|
|||
WarmupTime = 10000;
|
||||
CooldownTime = 8000;
|
||||
|
||||
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 2000, 120000, 300000, StatusGet);
|
||||
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 2000, 120000, 300000, StatusGet, true);
|
||||
DeviceManager.AddDevice(CommunicationMonitor);
|
||||
|
||||
VolumeIncrementer = new ActionIncrementer(655, 0, 65535, 800, 80,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue