fix:修改枚举 新风系统
This commit is contained in:
6
hx-ai-intelligent/src/api/airConditioningSystem.ts
Normal file
6
hx-ai-intelligent/src/api/airConditioningSystem.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { BASE_URL } from './index';
|
||||
|
||||
export enum airConditioningSystemApi {
|
||||
getVentHostCtrlList = `${BASE_URL}/api/ventHostCtrl/getDeviceState`, // 查询新风主机最新状态
|
||||
getAcBoxCtrlList = `${BASE_URL}/api/acBoxCtrl/getDeviceState`, // 查询空调箱最新状态
|
||||
}
|
Reference in New Issue
Block a user