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

Add msg.topic for easier stream handling #23

Closed dimw closed 3 years ago

dimw commented 3 years ago

It seems to be a good practice to set the msg.topic when generating a message. A message topic is handy esp. when merging data from different streams (e.g. in a subsequent join node).

Acceptance Criteria

  1. The workflow designer is able to set a message topic for the dwdweather node via the node editing window.
  2. The generated messages contain the previously set topic in the msg.topic property.
c5te1n commented 3 years ago

Added in 1.0.0. Thanks for your contribution.