Watch for battery/power state changes
This module is based primarily on code from the previous incarnation of Mjolnir by Steven Degutis.
| Signature | hs.battery.watcher.new(fn) -> watcher |
|---|---|
| Type | Constructor |
| Description | Creates a battery watcher Parameters:
Returns:
Notes:
|
| Signature | hs.battery.watcher:start() -> self |
|---|---|
| Type | Method |
| Description | Starts the battery watcher Parameters:
Returns:
|
| Signature | hs.battery.watcher:stop() -> self |
|---|---|
| Type | Method |
| Description | Stops the battery watcher Parameters:
Returns:
|