From cee338f18d22bbbb989d79c0add082fdb4e2b8ef Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 08 Sep 2023 11:09:00 +0800
Subject: [PATCH] store添加projectId

---
 src/event-bus/index.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/event-bus/index.ts b/src/event-bus/index.ts
index 72feae5..253fbf4 100644
--- a/src/event-bus/index.ts
+++ b/src/event-bus/index.ts
@@ -4,8 +4,9 @@
   deviceUpgrade: any; // 设备升级
   deviceLogUploadProgress: any // 设备日志上传
   flightTaskWs: any // 机场任务消息
+  droneControlWs: any // 飞行指令信息
+  droneControlMqttInfo: any // drc 链路通知
 };
 
 const emitter: Emitter<Events> = mitt<Events>()
-
 export default emitter

--
Gitblit v1.9.3