joepavitt / node-red-satellites

A web map app for Node-RED to put blobs on
Apache License 2.0
9 stars 12 forks source link

allow msg.satid, msg.tle1 and msg.tle2 to override values in the node #7

Closed juggledad closed 4 years ago

juggledad commented 4 years ago

the code allows for the incoming msg to override the options of the TLE node. This will allow someone to se an http-request node to get the satellite information, pass it (after using a split/join combination) to the TLE node and it will use the values in the incoming msg instead of what is hard coded in the node.