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