Event represents sleep event triggered by underlying OS
const (
// AppTopicSleepNotification represents sleep management Event notification AppTopicSleepNotification = "sleep_notification"
// EventWakeup event sent to node after OS wakes up from sleep EventWakeup Event = iota// EventSleep event sent to node after OS goes to sleep EventSleep
)