| | |
| | | /// </summary> |
| | | public class MutilfunctionPanelMethod |
| | | { |
| | | #region 变量申明 |
| | | #region 变量申明 |
| | | /// <summary> |
| | | /// 开关的个数 [每次进入到多功能绑定界面,都要被重新取值] |
| | | /// </summary> |
| | |
| | | /// <param name="currentPanelSupportBindDeviceList"></param> |
| | | /// <param name="supportRoomList"></param> |
| | | /// <param name="curDeviceBindType">当前设备绑定类型 1:开关 2:插座 3:灯光 4:遮阳 5:空调 6:新风</param> |
| | | /// <param name="curBindTypeList">当前类型的绑定表</param> |
| | | /// <param name="curBindTypeList">当前类型的绑定表</param> |
| | | /// <returns></returns> |
| | | public static List<CommonDevice> GetAllRoomSupportDeviceList(List<CommonDevice> currentPanelSupportBindDeviceList, List<Room> supportRoomList, List<BindListAllInfo> curBindTypeList, int curDeviceBindType) |
| | | { |
| | |
| | | /// </summary> |
| | | /// <param name="currentPanelSupportBindSceneList"></param> |
| | | /// <param name="supportRoomList"></param> |
| | | /// <param name="curBindTypeList">当前类型的绑定表</param> |
| | | /// <param name="curBindTypeList">当前类型的绑定表</param> |
| | | /// <param name="curDeviceBindType">当前设备绑定类型 0:场景</param> |
| | | /// <returns></returns> |
| | | public static List<SceneUI> GetAllRoomSupportSceneList(List<SceneUI> currentPanelSupportBindSceneList, List<Room> supportRoomList, List<BindListAllInfo> curBindTypeList, int curDeviceBindType = 0) |