{% extends "layout.html" %} {% block head %} {% endblock %} {% block content %}

Your IoT Box is up and running

Name {{ hostname }} configure
Version V19.07 update
IP Address {{ ip }}
Mac Address {{ mac }}
Network {{ network_status }} configure wifi
Server {{ server_status }}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['message'] }}
{% endfor %}
{% endfor %}

drivers list
POS Display Remote Debug Printers server
{% endblock %}