tzapu / node-red-contrib-blynk-websockets

MIT License
35 stars 12 forks source link

websockets and Digital Pin support #6

Closed scropion86 closed 8 years ago

scropion86 commented 8 years ago

hi Alex,

in resetfull API i can control any Digital - D - Pin or Virtual - V - Pin , but in your Node only virtual Pin can be communicated , i know that in sketch this can be solved very easily. but is this a limitation of your Node or Blynk Websockets API.

thanks

tzapu commented 8 years ago

hi, node red acts as a hardware device, and uses the API Blynk provided to connect as a device.

because of that, it can't really switch digital pins as it doesn't know of any.

it might be possible through a bridge widget, but i did not look into that at all, so don t know what to tell you.

scropion86 commented 8 years ago

thanks Alex. it's fine now we have 128 V pin so no issue , and throw sketch this can be solved.