Room: {{ current_room.name }}
Current readings:
{% for sensorinfo in sensorinfolist %}
{{ fig }}
{% endblock content %}
{{ sensorinfo.type }}
{{ sensorinfo.reading }}
{% if sensorinfo.state == 0 %}
{% elif sensorinfo.state == 1 %}
{% else %}
{% endfor %}
{% endif %}
Last updated: {{ sensorinfo.timestamp }}