Skip to content

Commit

Permalink
Merge pull request #1289 from Adminius/patch-6
Browse files Browse the repository at this point in the history
revert #1283
  • Loading branch information
bassmaster187 authored May 23, 2024
2 parents 9294066 + d727a77 commit 44e9137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TeslaLogger/www/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ function GetCurrentData()
var datetime = at.toLocaleTimeString(loc, { hour: '2-digit', minute: '2-digit' });

$('#car_statusLabel').text("<?php t("Charging"); ?>:");
$('#car_status').html(jsonData["charger_power_calc_w"] + " W / +" + jsonData["charge_energy_added"] + " kWh<br>" +
jsonData["charger_voltage"]+"V / " + jsonData["charger_actual_current_calc"]+"A / "+
jsonData["charger_phases_calc"]+"P<br><?php t("Done"); ?>: "+ hour +"h "+minute+"m <br><?php t("Done at"); ?>: " + datetime + " / " + jsonData["charge_limit_soc"] +"%");
$('#car_status').html(jsonData["charger_power"] + " kW / +" + jsonData["charge_energy_added"] + " kWh<br>" +
jsonData["charger_voltage"]+"V / " + jsonData["charger_actual_current"]+"A / "+
jsonData["charger_phases"]+"P<br><?php t("Done"); ?>: "+ hour +"h "+minute+"m <br><?php t("Done at"); ?>: " + datetime + " / " + jsonData["charge_limit_soc"] +"%");

updateSMT(jsonData);
}
Expand Down

0 comments on commit 44e9137

Please sign in to comment.