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

Provide more properties to JSONata output of scheduler node #125

Closed jensrossbach closed 7 months ago

jensrossbach commented 7 months ago

This pull request adds a new feature that provides more properties accessible by JSONata expressions used in the output configuration of scheduler nodes.

These are the additional properties: Property Type Description
config.timezone String The time zone configured in the assigned configuration node.
schedule.id Number The identifer of the schedule (sequential number starting with 1).
schedule.trigger Object The trigger configuration of the schedule.