{% extends "base.html" %} {% block title %}{{ device.device_id }}{% endblock %} {% block content %}
Tenant: {{ device.tenant }}
export NATS_CREDENTIALS_FILE=./{{ device.device_id }}.creds.json
export NATS_URL=nats://{{ public_host }}:{{ nats_port }}
python my_device.py
Download starter script (my_device.py)
{% if cred_filename %}
Download Credential
{% endif %}