From df98a963cb138751bb58fd0e4f6bbc9238a017d7 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Fri, 03 Nov 2023 01:23:35 +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