Send "/thump" at 5 sec intervals to keep alive

This commit is contained in:
2019-04-18 09:50:06 -05:00
parent a5cb56762d
commit 7ce4ae4073
10 changed files with 36 additions and 106 deletions
@@ -0,0 +1,12 @@
using System;
namespace qController
{
public class MenuPageItem
{
public string Title { get; set; }
public string Icon { get; set; }
public string Command { get; set; }
}
}