Sunrise/sunset app

Is anyone using this app with the offset? I’m trying to use it to turn lights on 15 minutes before sunset but I can’t get it to fire. I looked at the code and it mentions a work around for a scheduling bug . Is it broken?

I’m not much of a programmer…

I would look into getSunriseAndSunset()

It accepts parameters for:

getSunriseAndSunset(zip, sunriseOffset, sunsetOffset)

As documentation on this function are pretty slim, I’m not sure how supported it is.

https://graph.api.smartthings.com/ide/doc/smartApp (must be logged in to view)

Thanks - I think I have something cooking