Simulate wake and sleep events with watchface

Hi all - I'm just beginning my Garmin developer journey and need some help with something that feels really simple, so I'm sure I'm missing something very obvious.

I'm developing a watchface, and have started with a simple digital time in the center of the screen with the battery status at the top. I have used the onExitSleep and onEnterSleep functions to display seconds while awake and then to remove them when sleeping. For debugging purposes, I also added the words "AWAKE" and "SLEEP" to appear next to the battery status to indicate the current state.

I have sideloaded the watchface on to my Fenix 6 Pro, and it works exactly as I expected - when I raise my wrist, the seconds appear and the work "AWAKE" shows next to the battery status, and then after a short while, the seconds disappear and "SLEEP" shows next to the battery status". This implies that my code is correct, right?

But the issue I'm having, is that I can't figure out how to simulate this in the simulator. I *thought* it would be done with the "Wake Event" or "Sleep Event" that can be found in "Simulation -> Background Events", but no matter what I do, I can't seem to trigger the code in the onExitSleep and onEnterSleep functions while in the simulator. I have lots of debug output throughout the code to track which functions are being called.

Sorry if this is a simple issue, but I've tried searching the forums and the docs and can't find how to do this.

Thanks!