fix:照明系统多选功能完善,引入全局变量projectId,部分交互逻辑修改

This commit is contained in:
chenpingsen
2024-07-29 17:03:10 +08:00
parent 16d7f81f0e
commit b55304ef7f
5 changed files with 127 additions and 56 deletions

View File

@@ -1,13 +1,13 @@
// 照明系统及相关接口
export enum lightingManage {
// 主页 ========================================================
// 获得分区与线路
getArea = '/carbon-smart/IlluminationInfo/region',
// 修改线路的可用/禁用状态
setDisable = '/carbon-smart/IlluminationInfo/revisePanel',
setDisable = '/carbon-smart/IlluminationInfo/changePanelStatus',
// 获得设备 - 小灯泡
getBulbs = '/carbon-smart/IlluminationInfo/getLightState',
// 控制面板tab页 ================================================