Changing the node SSL port to point to Blynk local server

Run these (note this is a hack)

sudo sed -i '134s/blynk-cloud.com/localhost/' /usr/local/lib/node_modules/blynk-library/blynk-node.js
sudo sed -i '135s/8441/9443/' /usr/local/lib/node_modules/blynk-library/blynk-node.js 

Retry your blynk-client command

I also re-wrote my blynk-client command.