Files
docker-configs/heimdall/config/www/SupportedApps/Tasmota/livestats.blade.php
2025-01-01 11:24:01 +01:00

15 lines
358 B
PHP
Executable File

<ul class="livestats">
<li>
<span class="title">Temp.</span>
<strong>{!! $temperature !!}&deg;C</strong>
</li>
<li>
<span class="title">Humid.</span>
<strong>{!! $humidity !!}&percnt;</strong>
</li>
<li>
<span class="title">Dew.</span>
<strong>{!! $dewpoint !!}&deg;C</strong>
</li>
</ul>