Used by ingestion when creating uploads (can be changed here).
{{ sensors_error }}
{% elif sensors|length == 0 %}No sensors found for this structure.
{% else %}| ID | Name | Type | Unit | Channel |
|---|---|---|---|---|
| {{ s.sensor_id }} | {{ s.name }} | {{ s.sensor_type }} | {{ s.unit }} | {{ s.channel or '' }} |
If a structure has related uploads/runs, deletion may fail due to foreign keys.
{% if structures|length == 0 %}No structures available.
{% else %} {% endif %}Metadata API: {{ meta_url }}