add:注释内容修改 / 增加给排水图片素材
This commit is contained in:
@@ -2,7 +2,7 @@ const prefix = '/carbon-smart/api';
|
||||
// 照明系统及相关接口
|
||||
export enum planManage {
|
||||
/**
|
||||
* @param deviceType 设备类型(1照明,2空调,3排风扇,4风幕机,5电动窗,6进水阀,7排水泵)
|
||||
* @param deviceType 设备类型(1照明,2空调,3排风扇,4风幕机,5电动窗,6给排水)
|
||||
*/
|
||||
// 获得未激活的计划
|
||||
getTransData = prefix + '/deviceCtrlPlan/getDeActivatedPlanList',
|
||||
|
13
hx-ai-intelligent/src/api/waterSystem.ts
Normal file
13
hx-ai-intelligent/src/api/waterSystem.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// 前缀
|
||||
const prefix = '/carbon-smart/api';
|
||||
// 通风系统相关接口
|
||||
export enum waterSys {
|
||||
// 获得污水池状态
|
||||
getPool1 = prefix + '/waterSysCtrl/getSewagePoolState',
|
||||
// 获得阀门状态
|
||||
getValve = prefix + '/waterSysCtrl/getValveState',
|
||||
// 获得集水池状态
|
||||
getPool2 = prefix + '/waterSysCtrl/getCollectPoolState',
|
||||
// 获得水泵状态
|
||||
getPump = prefix + '/waterSysCtrl/getPumpState',
|
||||
}
|
Reference in New Issue
Block a user