klasse motor test
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user