{% extends "base.html" %} {% block content %}
{% if context.is_balena %}
Option Value Description
Device Name {{ context.balena_device_name_at_init }} The name of the device on first initialisation.
Device UUID {{ context.balena_device_id }} The unique identification number for the device. This is used to identify it on balena.
App ID {{ context.balena_app_id }} ID number of the balena application the device is associated.
App Name {{ context.balena_app_name }} The name of the balena application the device is associated with.
Supervisor Version {{ context.balena_supervisor_version }} The current version of the supervisor agent running on the device.
Host OS Version {{ context.balena_host_os_version }} The version of the host OS.
{% endif %} {% if context.is_wott_installed %}
Option Value Description
Device ID {{ context.wott_device_id }} WoTT Device ID.
{% endif %}
{% endblock %}