ajout heimdall
This commit is contained in:
14
heimdall/config/www/SupportedApps/Tasmota/livestats.blade.php
Executable file
14
heimdall/config/www/SupportedApps/Tasmota/livestats.blade.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<ul class="livestats">
|
||||
<li>
|
||||
<span class="title">Temp.</span>
|
||||
<strong>{!! $temperature !!}°C</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="title">Humid.</span>
|
||||
<strong>{!! $humidity !!}%</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="title">Dew.</span>
|
||||
<strong>{!! $dewpoint !!}°C</strong>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user