ecs 561, 593, 594

This commit is contained in:
Heath Volmer
2017-10-19 09:59:22 -06:00
parent b423d1cb58
commit dd5253301b
4 changed files with 18 additions and 11 deletions

View File

@@ -87,6 +87,8 @@ namespace PepperDash.Essentials.Devices.Displays
void Init()
{
WarmupTime = 10000;
CooldownTime = 8000;
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 2000, 120000, 300000, StatusGet);
DeviceManager.AddDevice(CommunicationMonitor);