Make sure sessions get removed and add more logging
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Successful in 37s

This commit is contained in:
2026-08-25 15:42:24 -04:00
parent 46fce20771
commit a55ef1f27e
7 changed files with 192 additions and 115 deletions
+6
View File
@@ -1,4 +1,5 @@
using System;
using WorkIndicator.Audio;
using WorkIndicator.Delcom;
namespace WorkIndicator
@@ -122,5 +123,10 @@ namespace WorkIndicator
_stoplightIndicator.SetLights(red, yellow, green);
}
public static void LogAudioState()
{
AudioWatcher.LogState();
}
}
}