From da5e8ea2d7d8b8893467011fa41cfa8b5f1b2175 Mon Sep 17 00:00:00 2001 From: atef Date: Wed, 10 Jan 2024 16:29:30 +0100 Subject: [PATCH] Changed the time for calibaration charge from 7 days to 14. --- csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs b/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs index 29a35e283..7a6989768 100644 --- a/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs +++ b/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs @@ -40,7 +40,7 @@ public partial class Battery48TlRecord // When The battery is full charged (reached EOC) the Time Since TOC is set to 0 public TimeSpan TimeSinceTOC => TimeSpan.FromMinutes(_TimeSinceToc); - public Boolean CalibrationChargeRequested => TimeSinceTOC > TimeSpan.FromDays(7); + public Boolean CalibrationChargeRequested => TimeSinceTOC > TimeSpan.FromDays(14); public readonly struct Leds_ {