Affiche la batterie de la Kobo (push via params /image.png) en pied de page

This commit is contained in:
jerem
2026-06-15 16:01:09 +02:00
parent 0178f596ef
commit ba7ea0af3f
5 changed files with 88 additions and 4 deletions

View File

@@ -189,6 +189,7 @@
<footer>
<span>Monitorink · 3 taps = redémarrer</span>
{% if kobo.ok %}<span class="{% if kobo.low %}stale{% endif %}">{% if kobo.charging %}⚡{% else %}🔋{% endif %} Kobo {{ kobo.percent }}%{% if kobo.stale %} ·&nbsp;?{% endif %}</span>{% endif %}
<span class="{% if stale %}stale{% endif %}">maj {{ updated }}{% if stale %} · DONNÉE PÉRIMÉE{% endif %}</span>
</footer>