Skylar-Tech / node-red-contrib-matrix-chat

Matrix chat server support for Node-RED
GNU General Public License v3.0
31 stars 10 forks source link

Update all nodes to make input properties configurable #108

Open skylord123 opened 6 months ago

skylord123 commented 6 months ago

Currently when passing an input to various nodes it will require the property to be a specific name (example: msg.topic). This should be changed so it can be configured on the node.

If the option hasn't been configured we will default to using the old property name for backwards compatibility.

This should decrease the amount of nodes needed to accomplish some tasks because you wont have to use a change node to move properties around to the expected input key.

Nodes to update: