Skip to content

Commit

Permalink
feat: adds StatusGet poll to determine primary / secondary unit active
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrock78 committed Aug 2, 2024
1 parent ca1dd72 commit 264315f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion QscQsysDspPlugin/QscDsp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,9 @@ private void CheckSubscriptions()
{
HeartbeatTracker++;
SendLine("cgp 2");
CrestronEnvironment.Sleep(1000);
CrestronEnvironment.Sleep(500);
StatusGet(true);
CrestronEnvironment.Sleep(500);

if (HeartbeatTracker > 0)
{
Expand Down

0 comments on commit 264315f

Please sign in to comment.