gablau / node-red-contrib-blynk-iot

Blynk IoT / Blynk 2.0 library implementation for Node-RED using TLS
MIT License
17 stars 7 forks source link

notify #9

Closed dansass closed 1 year ago

dansass commented 1 year ago

Just wondering when the blynk notify will be coming or is is not on the road map?

gablau commented 1 year ago

Hello, unlike the previous platform, notifications are sent by the server here, there is no way to send them directly from the devices.

As you see here, to send a notification you have to use events and automations, you can use the "Log Event" node to send an event and then you have to connect an automation to this event to fire a notification, it's all more complicated than the legacy blynk.

Regards