feat: update portal for unit systems

This commit is contained in:
Yurii
2024-03-31 06:32:23 +03:00
parent 14aef20234
commit 0cff35ee12
4 changed files with 40 additions and 9 deletions

View File

@@ -180,23 +180,31 @@
</tr>
<tr>
<th scope="row">Indoor temp:</th>
<td><b class="indoor-temp"></b> C</td>
<td><b class="indoor-temp"></b> <span class="unit-system"></span></td>
</tr>
<tr>
<th scope="row">Outdoor temp:</th>
<td><b class="outdoor-temp"></b> C</td>
<td><b class="outdoor-temp"></b> <span class="unit-system"></span></td>
</tr>
<tr>
<th scope="row">Heating temp:</th>
<td><b class="heating-temp"></b> C</td>
<td><b class="heating-temp"></b> <span class="unit-system"></span></td>
</tr>
<tr>
<th scope="row">Heating setpoint temp:</th>
<td><b class="heating-setpoint-temp"></b> C</td>
<td><b class="heating-setpoint-temp"></b> <span class="unit-system"></span></td>
</tr>
<tr>
<th scope="row">Heating return temp:</th>
<td><b class="heating-return-temp"></b> <span class="unit-system"></span></td>
</tr>
<tr>
<th scope="row">DHW temp:</th>
<td><b class="dhw-temp"></b> C</td>
<td><b class="dhw-temp"></b> <span class="unit-system"></span></td>
</tr>
<tr>
<th scope="row">Exhaust temp:</th>
<td><b class="exhaust-temp"></b> <span class="unit-system"></span></td>
</tr>
</tbody>
</table>

Binary file not shown.