From Thinger.io we have released a new Node-RED Plugin version with some improvements and fixes, hoping to resolve some bugs and make flows easier.
One of the most useful features of this new version is the possibility to use the input message properties through the nodes configuration forms via templates, avoiding the need to use functions or change nodes before concatenating thinger nodes. For example, to call a resource of a device, we can do the following, given that the input message contains a property id
and property resource
:
This functionality is available for all Thinger.io nodes that allow input messages. More information for each individual node can be found in Node-RED node documentation.
Given this new feature, the endpoint call node can now configure its payload through the configuration form:
The Asset Iterator node can now filter also assets based on assigned products.
Additionally, now the request against the Thinger.io sevice has a configuration timeout, with a default of 30 seconds.
We welcome everyone to interact with us through our community at community.thinger.io as well as from this extensionss GitHub repository
The full changelog is available here
Checkout the doc for the this plugin.