From 3f41712cfc8264ed2da1720ae187657f0ff86e89 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Sat, 14 Oct 2023 15:28:09 +0800
Subject: [PATCH] 显示无人机操作栏、动态加载无人机型号

---
 src/types/device.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/types/device.ts b/src/types/device.ts
index 0e782dc..7edb980 100644
--- a/src/types/device.ts
+++ b/src/types/device.ts
@@ -162,6 +162,9 @@
     callsign: string,
     sn: string,
     domain: string,
+    device_domain: string,
+    device_type: string,
+    device_sub_type: string
   },
   payload: PayloadInfo[],
   selected?:boolean,
@@ -232,6 +235,9 @@
   gateway_sn: string,
   gateway_callsign: string,
   payloads: null | PayloadInfo [],
+  device_type: string,
+  device_sub_type: string,
+  device_domain: string
 }
 
 export interface GatewayOsd {

--
Gitblit v1.9.3