fellinga / node-red-contrib-ui-time-scheduler

Easily power on/off any kind of device based on a schedule that you can easily create at the node-red-dashboard frontend.
MIT License
37 stars 17 forks source link

Determine the next time #96

Closed ThomasFTL closed 1 year ago

ThomasFTL commented 1 year ago

Is there a way to determine the next switching time (off or on) for each individual device?

fellinga commented 1 year ago

Hi @ThomasFTL,

there is no built in function but you can parse the JSON string from the nodes top output and then continue with your own logic.