Skip to content

Commit

Permalink
Added EV meter details on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-janssens committed Jul 23, 2022
1 parent 42ff473 commit d4eddac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartEVSE-3/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
}

if(data.ev_meter.description == "Disabled") {
$('[id=with_homebattery]').hide();
$('[id=with_evmeter]').hide();
} else {
$('[id=with_homebattery]').show();
$('[id=with_evmeter]').show();
}

$('#evmeter_description').text(data.ev_meter.description);
Expand Down

0 comments on commit d4eddac

Please sign in to comment.