add posting of a heart beat

This commit is contained in:
2026-08-06 12:58:54 -05:00
parent 8af110873b
commit 3b54437269
7 changed files with 362 additions and 0 deletions
@@ -0,0 +1,6 @@
namespace SafelyYou.Config;
public class HeartBeatHistoryConfig
{
public TimeSpan Window { get; set; }
}