| | |
| | | |
| | | mTextView.setText(message); |
| | | showToast(message); |
| | | HDLLog.I(message); |
| | | HDLLog.I("地热"+message); |
| | | } |
| | | } |
| | |
| | | }else{ |
| | | this.gCurrentTemp = this.curState[9] & 0x7F; |
| | | } |
| | | |
| | | } |
| | | |
| | | } |
| | |
| | | if (getBytes == null || getBytes.length < 10) { |
| | | getBytes = new byte[10]; |
| | | } |
| | | System.arraycopy(getDatas.addBytes, 0, getBytes, 0, 8);//控制地热状态反馈,只取前8位数据 |
| | | System.arraycopy(getDatas.addBytes, 0, getBytes, 0, 10);//控制地热状态反馈,只取前10位数据 |
| | | devicesDataList.get(i).getAppliancesInfoList().get(j).setFeedbackState(getBytes); |
| | | AppliancesInfo mInfo = devicesDataList.get(i).getAppliancesInfoList().get(j); |
| | | |