From 9e765ee8e2852409a1a98a6fb548b2d9d4111713 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Thu, 19 Oct 2023 17:25:34 +0800
Subject: [PATCH] 添加航线任务待提醒

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

diff --git a/src/types/device.ts b/src/types/device.ts
index 5fb1f84..cbffc22 100644
--- a/src/types/device.ts
+++ b/src/types/device.ts
@@ -157,6 +157,7 @@
   callsign: string,
   sn: string,
   mode: number,
+  latest_wayline_job?: any
   gateway: {
     model: string,
     callsign: string,
@@ -238,6 +239,7 @@
   device_type: string,
   device_sub_type: string,
   device_domain: string
+  latest_wayline_job?: any
 }
 
 export interface GatewayOsd {

--
Gitblit v1.9.3