v0.4.2
This commit is contained in:
+13
-4
@@ -90,10 +90,10 @@
|
||||
</section>
|
||||
|
||||
<section class="view" data-view="history">
|
||||
<div class="section-heading"><div><span class="eyebrow" data-i18n="history.measurements">Measurements</span><h1 data-i18n="history.title">Temperature history</h1></div></div>
|
||||
<div class="section-heading"><div><span class="eyebrow" data-i18n="history.measurements">Measurements</span><h1 data-i18n="history.title">Climate history</h1></div></div>
|
||||
<div class="panel chart-panel">
|
||||
<div class="chart-toolbar">
|
||||
<select id="historyDevice"></select>
|
||||
<select id="historyZone" aria-label="History zone"></select>
|
||||
<select id="historyHours">
|
||||
<option value="6" data-i18n="history.6h">6 hours</option>
|
||||
<option value="24" selected data-i18n="history.24h">24 hours</option>
|
||||
@@ -102,8 +102,17 @@
|
||||
</select>
|
||||
<button class="secondary" id="historyRefresh" data-i18n="actions.show">Show</button>
|
||||
</div>
|
||||
<div class="chart-wrap"><canvas id="historyChart" width="1000" height="420"></canvas></div>
|
||||
<div class="legend"><span><i class="dot indoor"></i><span data-i18n="common.temperature">Temperature</span></span><span><i class="dot target"></i><span data-i18n="common.target">Target</span></span></div>
|
||||
<div class="history-summary" id="historySummary"></div>
|
||||
</div>
|
||||
<div class="panel chart-panel history-chart-card">
|
||||
<div class="chart-title-row"><div><h3 data-i18n="history.temperatureOverview">Temperature overview</h3><p data-i18n="history.temperatureOverviewHint">GREE, room sensor, control temperature, targets and outdoor temperature.</p></div></div>
|
||||
<div class="chart-wrap"><canvas id="historyTemperatureChart" width="1000" height="420"></canvas></div>
|
||||
<div class="legend" id="historyTemperatureLegend"></div>
|
||||
</div>
|
||||
<div class="panel chart-panel history-chart-card">
|
||||
<div class="chart-title-row"><div><h3 data-i18n="history.operationOverview">Operation overview</h3><p data-i18n="history.operationOverviewHint">Demand, power and fan activity over the same period.</p></div></div>
|
||||
<div class="chart-wrap compact-chart"><canvas id="historyOperationChart" width="1000" height="300"></canvas></div>
|
||||
<div class="legend" id="historyOperationLegend"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user