Make sure sessions get removed and add more logging
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Successful in 37s
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Successful in 37s
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user