old mode 100644
new mode 100755
| | |
| | | HdlGatewayReceiveLogic.Current.AddAttributeEvent("TemperatrueDevice", ReceiveComandDiv.A设备属性上报, ((report) => |
| | | { |
| | | string mainKeys = Common.LocalDevice.Current.GetDeviceMainKeys(report); |
| | | //晾衣架上报需要特殊处理,其他上报的回路统一转为端点1 |
| | | // var tempList = LocalDevice.Current.GetDevicesByMac(report.DeviceAddr); |
| | | //var tempDeviceEnum = LocalDevice.Current.GetMyDeviceEnumInfo(tempList); |
| | | //if (tempDeviceEnum.ConcreteType == Common.DeviceConcreteType.Airer) |
| | | //{ |
| | | // mainKeys = report.DeviceAddr + "_" + 1; |
| | | //} |
| | | |
| | | if (cloneRoom.TemperatrueDevice != mainKeys || btnTemper == null |
| | | || report.DeviceStatusReport.CluterID != 1026) |
| | | { |