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

Possibility to retrieve location coordinates from ENV variables #122

Closed jensrossbach closed 8 months ago

jensrossbach commented 8 months ago

This pull request adds a new feature that allows to retrieve the location coordinates (latitude and longitude) in configuration nodes from environment variables. This can be done by selecting the environment input instead of the number input.

Note: Due to the new input possibilities, the coordinate input fields are no longer spinner fields.