on-wakeup
v1.0.1
Published
Watches for the computer to fall asleep and then triggers an event callback on wakeup
Downloads
296
Readme
On Wakeup
Watches for the computer to fall asleep and then triggers an event callback on wakeup
var onWakeup = require('on-wakeup')
onWakeup(function () {
console.log('Device sleep detected')
})