From 495e5fd61b0093f322b7b26bd25ff9bbbaa9513d Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Mon, 04 Dec 2023 17:31:32 +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