c5te1n / node-red-contrib-dwd-local-weather

Node Red node to retrieve local weather forecast from DWD (Germany)
Apache License 2.0
13 stars 11 forks source link

make the message which is deployed on start optional #30

Closed yankee42 closed 3 years ago

yankee42 commented 3 years ago

As already discussed in #14:

Currently the node emits immediately on start. I think that this is usually not desirable. In fact for my use case surprising things happen as an unexpected message goes off somewhere in the middle of my flow. I had to add a special function node that filters the first message away. However this means unneeded traffic is created and it is not pretty either.

This PR makes this configurable.