I have a module that is set up to turn off at 10PM in the evening. However, for some unknown reason, the module turns off at 9PM AND 10PM. The cron string is:
(@SolarAltitude.Morning.Sunrise.End:0 22 * * *)
The log that shows it turning off twice is:
20150404 21:00:02.5753130 ; Torch lamp ; Status.Level ; 0
20150404 22:00:01.7245920 ; Torch lamp ; Status.Level ; 0
I'd love to figure out why this is happening, but I can't find anything that can explain it. I checked modules.xml, but the event string is encrypted for some reason so I can't verify that the HG interface is setting things correctly.
If there are any suggestions on how to figure out the source of the issue, I'd appreciate the input.