klasse motor test

This commit is contained in:
2021-03-04 10:58:44 +01:00
parent cf0846244f
commit 2adf0e01c5
2 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,9 @@
{% for pin in pins_in %}
<h3>{{ pins_in[pin].name }}
{% if pins_in[pin].state == true %}
ist gerade <strong>an</strong></h3><div class="row"><div class="col-md-2">
ist gerade <strong>an</strong></h3>
{% else %}
ist gerade <strong>aus</strong></h3><div class="row"><div class="col-md-2">
ist gerade <strong>aus</strong></h3>
{% endif %}
{% endfor %}
</body>