Closed
Description
Suggest that branch on the switch statement here: set running
to true
case tuya.dataPoints.coverPosition:
return { running: true };
The following switch statement case should appropriately handle setting running
back to false
when the coverArrived
message is received.
Activity