|
@@ -951,12 +951,14 @@ public class HeatingV1_Controller extends DeviceManager
|
|
|
DeviceLog("[EachRoomStatus_ReplyParsing] Reply is null");
|
|
|
return null;
|
|
|
}
|
|
|
- if(Reply.length != 6)
|
|
|
- {
|
|
|
- // 길이 체크
|
|
|
- Log.w(TAG, "[EachRoomStatus_ReplyParsing] Reply.length fail ... " + Reply.length);
|
|
|
- return null;
|
|
|
- }
|
|
|
+
|
|
|
+ //jglee - 6410현장에서 길이가 다른것이 들어오는 경우가 발생하여 2세대도 동일하게 적용
|
|
|
+// if(Reply.length != 6)
|
|
|
+// {
|
|
|
+// // 길이 체크
|
|
|
+// Log.w(TAG, "[EachRoomStatus_ReplyParsing] Reply.length fail ... " + Reply.length);
|
|
|
+// return null;
|
|
|
+// }
|
|
|
|
|
|
int index = 0;
|
|
|
byte data = 0x00;
|