zhangshenjie 1 개월 전
부모
커밋
1e9b95fe85
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      BusinessCommon/src/main/java/com/develop/common/utils/TuyaUtilsSo.java

+ 0 - 2
BusinessCommon/src/main/java/com/develop/common/utils/TuyaUtilsSo.java

@@ -589,8 +589,6 @@ public class TuyaUtilsSo {
 
                 int automatic = getModes(info.getRunningInstId());
 
-            Log.v("tuya_iot","CofarSDK.devInfo().getMotorDirection() :"+info.getMotorDirection());
-                Log.v("tuya_iot","CofarSDK.devInfo().getMotorDirectionBuffer() :"+info.getMotorDirectionBuffer());
                 List<DPEvent> dpEvents = new ArrayList<>(Arrays.asList(
                         new DPEvent(TuyaSoDp.ON_OFF, (byte) DPEvent.Type.PROP_BOOL, 1, 0),
                         new DPEvent(TuyaSoDp.START_STOP, (byte) DPEvent.Type.PROP_BOOL, start_stop, 0),