bewee / node-red-contrib-webthingsio

https://www.npmjs.com/package/node-red-contrib-webthingsio
Mozilla Public License 2.0
1 stars 2 forks source link

Add option "advanced destination" to get-property #11

Open bewee opened 3 years ago

bewee commented 3 years ago

Currently, the get-property block always writes to msg.payload. Sometimes, this is not intended and then requires manually rescuing the old payload, or writing the obtained value for instance to a flow variable. In these cases, being able to tell the get-property where to write its result would be helpful.