Page 1 of 1

Extend LuaSchedule with bulk operations

Posted: Thu Feb 27, 2025 1:46 am
by LuziferSenpai
Hey,

I love the LuaSchedule, but I'm mussing bulk operations a bit.

So what I would want to have is:
  • get_interrupts
    returns a array/table of all the interrupts
  • add_interrupts
    lets you add all the interrupts inside a array/table at once
For now I only have these two, but there could be more.

Greetz,

Luzifer

Re: Extend LuaSchedule with bulk operations

Posted: Thu Feb 27, 2025 4:53 pm
by Rseding91
I added get/set/clear interrupts and records for the next release.