{% extends "base.html" %} {% block content %}

设备信息

{% if success is defined %} {% endif %}
设备类型 {{ device.dev_type }}
设备SN {{ device.dev_sn }}
固件版本 {{ device.firmware_ver }}
在线状态 {{ device.online }}

参数配置

WiFi配置(例: wbjw/wbjw2025, e103-abc/12345678 )

云平台配置

{% for platform in platform_c %} {% endfor %}

网络类型配置

返回设备列表
{% endblock %} {% block scripts %} {% endblock %}