jensrossbach / node-red-contrib-chronos

Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes
https://jensrossbach.github.io/node-red-contrib-chronos
MIT License
28 stars 1 forks source link

Add config variable to all JSONata expressions #155

Closed jensrossbach closed 4 months ago

jensrossbach commented 4 months ago

This pull request adds the expression variable $config to all JSONata expressions of all nodes. The variable is an object containing information about the associated configuration node.

‼️ Breaking Changes ‼️