vshymanskyy / blynk-library-js

Blynk library for JS. Works with Browsers, Node.js, Espruino.
https://blynk.io/
MIT License
215 stars 67 forks source link

'Blynk_App_Connected' event is not supported? #49

Open guymcswain opened 5 years ago

guymcswain commented 5 years ago

Per docs.blynk.cc an event should be generated each time the Blynk App, running on mobile phone, is opened. I searched the file blynk.js for all emitted events but could not find anything resembling this functionality. I could not find an example showing this behavior either.

Does this functionality exist for the JavaScript version of Blynk library?

If so, please describe the usage.

If not, please add this as a feature request.