From f27ca082eb0a839449dd50c49007b58e5ed6946f Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 19 Jun 2025 19:08:01 +0800
Subject: [PATCH] feat: 服务名修改

---
 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