Skip to content

Commit

Permalink
docs: fix supported platforms of powerMonitor (#25214)
Browse files Browse the repository at this point in the history
Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
  • Loading branch information
trop[bot] and zcbenz committed Aug 31, 2020
1 parent caaaa34 commit 9b5b615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/power-monitor.md
Expand Up @@ -24,19 +24,19 @@ app.on('ready', () => {

The `powerMonitor` module emits the following events:

### Event: 'suspend' _Linux_ _Windows_
### Event: 'suspend' _macOS_ _Windows_

Emitted when the system is suspending.

### Event: 'resume' _Linux_ _Windows_
### Event: 'resume' _macOS_ _Windows_

Emitted when system is resuming.

### Event: 'on-ac' _Windows_
### Event: 'on-ac' _macOS_ _Windows_

Emitted when the system changes to AC power.

### Event: 'on-battery' _Windows_
### Event: 'on-battery' _macOS_ _Windows_

Emitted when system changes to battery power.

Expand Down

0 comments on commit 9b5b615

Please sign in to comment.