mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update Telegram channel for connectivity alerts
This commit is contained in:
@@ -9,7 +9,7 @@ public class DeviceCheckService(Database _database, IConfiguration _configuratio
|
||||
private TimeSpan _warningInterval;
|
||||
|
||||
private readonly string _botToken = _configuration["Telegram:BotToken"]!;
|
||||
private readonly string _chatId = _configuration["Telegram:ChatId"]!;
|
||||
private readonly string _chatId = _configuration["Telegram:PersonalChatId"]!;
|
||||
private readonly RestClient _restClient = new();
|
||||
|
||||
public Task StartAsync(CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user