I'm developing a watchface that fetches data in the background for my Vivoactive 5 with AMOLED display. The data on the watchface is updated if it has changed since the last fetch. This is working fine so far. At the moment, I'm trying to make the watchface visible (turning on screen) when data changes. It appears that the only solution I could find was to use Attention.backlight, but according to the developer documentation, it is not possible to use the Attention Module in the background or on watchfaces. Can this behavior be achieved in any other way?