Skip to content

Commit

Permalink
fix: adjust poll times
Browse files Browse the repository at this point in the history
  • Loading branch information
jtalborough committed Dec 30, 2024
1 parent 8e9bd9d commit 904ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PDT.LutronQuantum.EPI/LutronQuantum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public LutronQuantum(DeviceConfig config, IBasicCommunication comm, LutronQuantu
}
else
{
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 120000, 120000, 300000, Poll);
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, 100000, 120000, 301000, Poll);
}
}

Expand Down

0 comments on commit 904ca91

Please sign in to comment.