Added NightAlert project for travel kit
This commit is contained in:
10
NightScout/Interfaces/IAlerter.cs
Normal file
10
NightScout/Interfaces/IAlerter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NightScout
|
||||
{
|
||||
public interface IAlerter
|
||||
{
|
||||
void StartAlert();
|
||||
void StartUrgentAlert();
|
||||
void StartStaleDataAlert();
|
||||
void StopAlerts();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user