Ignition Schedules integration with module

I want to set up schedules in the alarming section of the gateway (Day, Afternoon, Night) as shown in the image.

I have an ignition module and I want to be able to check what the current shift is based on the configuration in the gateway alarming schedules. Where is this exposed in the sdk?

Everything available to you will be on the ScheduleManager that you can get from a GatewayContext.

1 Like

I have looked at that but am having trouble understanding how to use it since its an interface and I can't find any classes that implement those methods.

That means they are private to IA. Use just the interface methods.

thanks, I misunderstood how its used, that works for me