GuLiMmo
2024-08-28 738313e02d58600f065200cca533c30024520f21
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 () {