{% if full %}
Device | Blueprint | Documentation | Timezone | Source |
---|---|---|---|---|
{{ key }} | {{ value.blueprint.upper().replace("_", " ") }} | Documentation | {{ value.location }} | {{ value.source.upper().replace("_", " ") }} |
Device empty. No data to show
{% else %}Channel | Units | Type (raw/processed) | Algorithm | Description | |
---|---|---|---|---|---|
{{ metric }} | {{ value.units }} | Raw | n/a | {% if 'desc' in value %}{{ value.desc }} | {% else %}No description available | {% endif %}
{{ metric }} | {{ value.units }} | Processed | {{ value.process }} | {% if value %} {% if 'desc' in value %}{{ value.desc }} | {% endif %} {% else %}No description available | {% endif %}
{{ value.text }}
{% endif %} {% if 'image' in value %}