tzapu / node-red-contrib-blynk-websockets

MIT License
35 stars 12 forks source link

[Feature Request] Pass Auth key to "OutWrite" through msg object #3

Open egadgetjnr opened 8 years ago

egadgetjnr commented 8 years ago

Hi There,

I was wondering whether it is possible to have it send data to Blynk where the Auth Key hasn't been set until it is received through a MQTT Payload? For Example `msg.payload (contains JSON:AuthKey which gets added to msg.Auth) -> BlynkOutWrite

Would result in the payload being written to the corresponding Blynk App with that Auth Key.

I'm currently using a HTTP Put and the API for my server, but thought this might be a nice feature. :)

tzapu commented 8 years ago

hi, this is not possible currently. i am not sure i can create a server through code (as node red works)

will leave it open, maybe we sort it at some point

cheers