{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}
Restart

Your IoT Box is up and running

{% if server_status != "Not Configured" %} {% endif %}
Name {{ hostname }} configure
Version {{ version }} update
IP Address {{ ip }}
Mac Address {{ mac }}
Network {{ network_status }} configure wifi
Server {{ server_status }}configure
Six payment terminal {{ six_terminal }} configure
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 Remote Debug Printers server {% if server_status != "Not Configured" %} Credential {% endif %}
{{ loading_block_ui(loading_message) }} {% endblock %}