From b4174d09bfd13ab421eb5469a96b6b5f1c7f5242 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 27 Jul 2023 13:24:14 +0200 Subject: [PATCH] updated https --- csharp/App/VrmGrabber/Controller.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/App/VrmGrabber/Controller.cs b/csharp/App/VrmGrabber/Controller.cs index 2cac382e7..dba20c829 100644 --- a/csharp/App/VrmGrabber/Controller.cs +++ b/csharp/App/VrmGrabber/Controller.cs @@ -124,7 +124,7 @@ th { /* header cell */ {{Serial}} {{NumBatteries}} {{BatteryVersion}} - ⬆️{{FirmwareVersion}} + ⬆️{{FirmwareVersion}} "; var installationsInDb = Db.Installations.OrderBy(i => i.Name, StringComparer.OrdinalIgnoreCase).ToList(); @@ -163,7 +163,7 @@ th { /* header cell */ } - [HttpGet("updatebatteryfirmware/{installationIp}/{numberOfBatteries}")] + [HttpGet("UpdateBatteryFirmware/{installationIp}/{numberOfBatteries}")] public async Task UpdateBatteryFirmware(String installationIp, String numberOfBatteries) { //We need the DeviceName of the battery (ttyUSB?) @@ -194,7 +194,7 @@ th { /* header cell */ // Console.WriteLine(remoteUpdateCommandResult); } - return "Battery update is successfully initiated! You can close this page now."; + return "Battery update is successfully initiated, it will take around 15 minutes to complete! You can close this page now."; } private static async Task UpdateVrmTagsToNewFirmware(String installationIp)