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

This commit is contained in:
YunaiV
2025-07-02 09:35:10 +08:00
parent 6a4c33cbc6
commit 4cecafb4b1
6 changed files with 428 additions and 410 deletions

View File

@@ -241,5 +241,7 @@ export enum DICT_TYPE {
IOT_RULE_SCENE_TRIGGER_TYPE_ENUM = 'iot_rule_scene_trigger_type_enum', // IoT 场景流转的触发类型枚举
IOT_RULE_SCENE_ACTION_TYPE_ENUM = 'iot_rule_scene_action_type_enum', // IoT 规则场景的触发类型枚举
IOT_ALERT_LEVEL = 'iot_alert_level', // IoT 告警级别
IOT_ALERT_RECEIVE_TYPE = 'iot_alert_receive_type' // 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任务状态
}