Try this flow:

[{"id":"1cc59b92.2d3664","type":"inject","z":"22ab1451.c65d5c","name":"On","topic":"","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"x":470,"y":340,"wires":[["5d68415.851e1c"]]},{"id":"f657eef2.03214","type":"inject","z":"22ab1451.c65d5c","name":"Off","topic":"","payload":"0","payloadType":"str","repeat":"","crontab":"","once":false,"x":470,"y":420,"wires":[["5d68415.851e1c"]]},{"id":"5d68415.851e1c","type":"blynk-websockets-out-write","z":"22ab1451.c65d5c","name":"","pin":"1","client":"2fa4f650.84b19a","x":660,"y":380,"wires":[]},{"id":"2fa4f650.84b19a","type":"blynk-websockets-client","z":"","name":"Test","path":"ws://YOUR_SERVER(local, blynk):8082/websockets","key":"YOUR_BLYNK_KEY"}]
You need to inject string value to project virtual port. This value will be send to mobile application and also to connected hardware. But after some checks, this value is transmitted only to app and no to the hardware. Maybe I’ve something wrong.
EDIT: There is need to sync data on HW side.