feat:【IoT 物联网】初始化 IoT 固件详情页 70%

This commit is contained in:
YunaiV
2025-07-02 19:02:41 +08:00
parent 5be7dde543
commit 667d6fc35c
8 changed files with 480 additions and 72 deletions

View File

@@ -243,5 +243,6 @@ export enum DICT_TYPE {
IOT_ALERT_LEVEL = 'iot_alert_level', // IoT 告警级别
IOT_ALERT_RECEIVE_TYPE = 'iot_alert_receive_type', // IoT 告警接收类型
IOT_OTA_TASK_DEVICE_SCOPE = 'iot_ota_task_device_scope', // IoT OTA任务设备范围
IOT_OTA_TASK_STATUS = 'iot_ota_task_status' // IoT OTA任务状态
IOT_OTA_TASK_STATUS = 'iot_ota_task_status', // IoT OTA 任务状态
IOT_OTA_RECORD_STATUS = 'iot_ota_record_status' // IoT OTA 记录状态
}