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),