zhangshenjie 1 month ago
parent
commit
1e9b95fe85

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