mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 06:04:12 +00:00
Send "/thump" at 5 sec intervals to keep alive
This commit is contained in:
@@ -72,6 +72,8 @@ namespace qController
|
||||
ParseWorkspaceInfo(msg);
|
||||
else if (msg.Address.Contains("playbackPosition"))
|
||||
ParsePositionUpdateInfo(msg);
|
||||
else if (msg.Address.Contains("thump"))
|
||||
Console.WriteLine("Heartbeat Received");
|
||||
else
|
||||
{
|
||||
Console.WriteLine("Unknown message type");
|
||||
|
||||
Reference in New Issue
Block a user