mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: fix heading level for power-monitor docs (#19060)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user