mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
ecs 561, 593, 594
This commit is contained in:
parent
b423d1cb58
commit
dd5253301b
4 changed files with 18 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue