|
@ -36,7 +36,6 @@ export const useDeviceStore = defineStore('device', () => { |
|
|
// 暂时使用 deviceType : ture 表示 为低成本。
|
|
|
// 暂时使用 deviceType : ture 表示 为低成本。
|
|
|
const deviceState = ref<Device.State>(initState) // 设备状态
|
|
|
const deviceState = ref<Device.State>(initState) // 设备状态
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @function setDeviceState |
|
|
* @function setDeviceState |
|
|
* @desc 更新设备信息 |
|
|
* @desc 更新设备信息 |
|
|