Logic Machine Forum
Schedulers - User event - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Schedulers - User event (/showthread.php?tid=1588)



Schedulers - User event - Thomas - 13.09.2018

Hello
There are predefined "Run at" options in schedulers:
- Specific Time
- Sunrise
- Sunset

Can I specify my own event which would be used as a trigger for the scheduler? Of course with positive starting offsets only.

What I need:
Sunrise and sunset works great. But sometimes I need not calculated values but measured values taken as group objects from my meteo station.

Is it possible to modify the list (through database etc) of events in this way?


RE: Schedulers - User event - admin - 14.09.2018

Unfortunately, custom events cannot be implemented like this. The list can be modifed with custom JavaScript, but the scheduler backend would not know how to calculate run time for this event.

The only solution I see is to use a separate scheduled script for this.