recallfx / node-red-contrib-eufy-security

Eufy security node for Node RED
MIT License
6 stars 6 forks source link

feat: adding getImage support #27

Open jwise7 opened 4 months ago

jwise7 commented 4 months ago

I'm trying to get the actual image from an event into a flow.

I initially just added it as extra logic in sendPayload to check for pic_url and try to get it. but, that delays the initial message transmission.

the second solution was to send it as a follow-up second message in sendPayload, but then you have extra messages.

this, the third solution, keeps it more in line with existing behaviors, I think, but I just started looking at node-red last week so feel free to suggest other paths!