Choosing an Electron sleep mode

Hi @rickkas7,

Can you comment on the issue I am having here: Wake on Detection of Power

It seems related to this discussion that I cannot wake and go back to sleep without processing Particle messages when connected to Particle cloud. My example uses wake on LOW_BATT_UC pin, but it would be relevant to anyone that is waking their device, determining if a publish should occur, then going back to sleep quickly.

My current solution is to use Particle.disconnect() before going to stop mode sleep (pin + time), but that seems clunky.