Skip to content

Commit

Permalink
docs: fix supported platforms of powerMonitor (#25149)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 31, 2020
1 parent c5320b3 commit e06a1c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/power-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Process: [Main](../glossary.md#main-process)

The `powerMonitor` module emits the following events:

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

Emitted when the system is suspending.

### Event: 'resume'
### 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 e06a1c2

Please sign in to comment.