Skip to content

Commit

Permalink
docs: fix heading level for power-monitor docs (#19060)
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and codebytere committed Jul 1, 2019
1 parent bd6a3dd commit b98e06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/power-monitor.md
Expand Up @@ -59,7 +59,7 @@ Emitted as soon as the systems screen is unlocked.

The `powerMonitor` module has the following methods:

#### `powerMonitor.querySystemIdleState(idleThreshold, callback)`
### `powerMonitor.querySystemIdleState(idleThreshold, callback)`

* `idleThreshold` Integer
* `callback` Function
Expand All @@ -70,7 +70,7 @@ before considered idle. `callback` will be called synchronously on some systems
and with an `idleState` argument that describes the system's state. `locked` is
available on supported systems only.

#### `powerMonitor.querySystemIdleTime(callback)`
### `powerMonitor.querySystemIdleTime(callback)`

* `callback` Function
* `idleTime` Integer - Idle time in seconds
Expand Down

0 comments on commit b98e06e

Please sign in to comment.