summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--localwebsite/handlers/InverterHandler.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/localwebsite/handlers/InverterHandler.php b/localwebsite/handlers/InverterHandler.php
index 7878c4f..cb6571d 100644
--- a/localwebsite/handlers/InverterHandler.php
+++ b/localwebsite/handlers/InverterHandler.php
@@ -69,9 +69,9 @@ class InverterHandler extends RequestHandler
$status['pv1_input_power']['unit']);
if ($status['grid_voltage']['value'] > 0 or $status['grid_freq']['value'] > 0) {
- $html .= "\n".sprintf('<b>Generator:</b> %s %s',
- $status['grid_voltage']['unit'],
- $status['grid_voltage']['value']);
+ $html .= "\n".sprintf('<b>A/C input:</b> %s %s',
+ $status['grid_voltage']['value'],
+ $status['grid_voltage']['unit']);
$html .= sprintf(', %s %s',
$status['grid_freq']['value'],
$status['grid_freq']['unit']);