From 738313e02d58600f065200cca533c30024520f21 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Wed, 28 Aug 2024 14:45:15 +0800
Subject: [PATCH] 空调开关

---
 src/components/g-map/use-dock-control.ts |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/components/g-map/use-dock-control.ts b/src/components/g-map/use-dock-control.ts
index 8bcf20f..e42452c 100644
--- a/src/components/g-map/use-dock-control.ts
+++ b/src/components/g-map/use-dock-control.ts
@@ -1,6 +1,15 @@
+/*
+ * @Author: GuLiMmo 2820890765@qq.com
+ * @Date: 2024-03-12 17:59:03
+ * @LastEditors: GuLiMmo 2820890765@qq.com
+ * @LastEditTime: 2024-08-28 14:24:20
+ * @FilePath: /drone-web/src/components/g-map/use-dock-control.ts
+ * @Description:
+ * Copyright (c) 2024 by GuLiMmo, All Rights Reserved.
+ */
 import { message } from 'ant-design-vue'
 import { ref } from 'vue'
-import { postSendCmd } from '/@/api/device-cmd'
+import { postSendCmd, postSendCmdAirConditionerOn } from '/@/api/device-cmd'
 import { DeviceCmd, DeviceCmdItemAction } from '/@/types/device-cmd'
 
 export function useDockControl () {

--
Gitblit v1.9.3