{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}
Restart
{% if system == "Linux" %} {% endif %}

Your IoT Box is up and running

{% if server_status != "Not Configured" %} {% endif %} {% if pairing_code %} {% endif %}
Name {{ hostname }} {% if system == "Linux" %}configure{% endif %}
Version {{ version }} {% if system == "Linux" %}update{% endif %}
IP Address {{ ip }}
Mac Address {{ mac }}
Network {{ network_status }} {% if system == "Linux" %}configure wifi{% endif %}
Server {% if server_status != "Not Configured" %}{% endif %}{{ server_status }}configure
HTTPS certificate {% if is_certificate_ok %}
OK {{ certificate_details }}
{% else %} Error code: {% set error_code = certificate_details.split(' ') | first | replace("_", "-") | lower %} {% set doc_url = 'https://www.odoo.com/documentation/17.0/applications/productivity/iot/config/https_certificate_iot.html#' ~ error_code %} help
{{ certificate_details }} {% endif %}
Six payment terminal {{ six_terminal }} configure
Pairing code {{ pairing_code }}
IOT Device
{% if iot_device_status|length == 0 %} No Device Found {% endif %} {% for iot_devices in iot_device_status|groupby('type') %}
{{ iot_devices.grouper|capitalize }}s
{% for device in iot_devices.list %}
{{ device['name'] }}
{{ device['identifier'] }}
{% endfor %}
{% endfor %}

handlers list
POS Display {% if system == "Linux" %} Remote Debug Printers server {% endif %} {% if server_status != "Not Configured" %} Credential {% endif %}
{{ loading_block_ui(loading_message) }} {% endblock %}