From fc32856528eec1bc936fb5e0aa71157e828343ee Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 16 Oct 2023 14:38:41 +0800
Subject: [PATCH] 去除console
---
src/types/device.ts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/types/device.ts b/src/types/device.ts
index 0e782dc..7edb980 100644
--- a/src/types/device.ts
+++ b/src/types/device.ts
@@ -162,6 +162,9 @@
callsign: string,
sn: string,
domain: string,
+ device_domain: string,
+ device_type: string,
+ device_sub_type: string
},
payload: PayloadInfo[],
selected?:boolean,
@@ -232,6 +235,9 @@
gateway_sn: string,
gateway_callsign: string,
payloads: null | PayloadInfo [],
+ device_type: string,
+ device_sub_type: string,
+ device_domain: string
}
export interface GatewayOsd {
--
Gitblit v1.9.3