Device Details

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{{ device.name }}

Device ID: {{ device.id }}
Location: {{ device.location|default:"—" }}
Protocol: {{ device.protocol|upper }}
Created: {{ device.created_at|date:"Y-m-d H:i:s" }}
{% if device.protocol == 'mqtt' and certificate %}

Certificate Information

Certificate ID: {{ certificate.id }}
Issued At: {{ certificate.issued_at|date:"Y-m-d H:i:s" }}
Expires At: {{ certificate.expires_at|date:"Y-m-d H:i:s" }}
Status: {% if certificate.revoked_at %} Revoked {% else %} Active {% endif %}
{% endif %}
Back to List {% if device.protocol == 'mqtt' %} Renew Certificate Revoke Certificate {% endif %} Delete Device