Hi, than you have to switch the "dispositivo" property and use two tuya nodes configured separately:
[{"id":"170f763669e59c78","type":"tab","label":"Flow 6","disabled":false,"info":"","env":[]},{"id":"17809aab709ea232","type":"inject","z":"170f763669e59c78","name":"pruebas","props":[{"p":"dispositivo","v":"Pruebas","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"request","payloadType":"str","x":400,"y":600,"wires":[["f62ff4a3ceb04821"]]},{"id":"f62ff4a3ceb04821","type":"switch","z":"170f763669e59c78","name":"","property":"dispositivo","propertyType":"msg","rules":[{"t":"eq","v":"Pruebas","vt":"str"},{"t":"eq","v":"Depuradora","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":550,"y":600,"wires":[["3eeab318c8edb926"],["dc7e48de94752fc4"]]},{"id":"3eeab318c8edb926","type":"tuya-local","z":"170f763669e59c78","devName":"Pruebas","devIp":"192.168.1.75","devId":"cf07864fc94ce0151cznnq","devKey":"260fb4437b59d1e5","protocolVer":"3.3","renameSchema":"","filterCB":"","x":680,"y":580,"wires":[["5324b88e0df43789"]]},{"id":"dc7e48de94752fc4","type":"tuya-local","z":"170f763669e59c78","devName":"Pruebas","devIp":"{{{ip}}}","devId":"{{{id}}}","devKey":"{{{key}}}","protocolVer":"3.3","renameSchema":"","filterCB":"","x":680,"y":620,"wires":[["42630f0d1a41131b"]]},{"id":"5324b88e0df43789","type":"debug","z":"170f763669e59c78","name":"debug 4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":820,"y":580,"wires":[]},{"id":"42630f0d1a41131b","type":"debug","z":"170f763669e59c78","name":"debug 5","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":820,"y":620,"wires":[]}]
Cheers