docs: correct powerSaveBlocker.stop(id) return type (#39443)

This commit is contained in:
Shelley Vohr
2023-08-09 21:41:39 +02:00
committed by GitHub
parent d49364fa53
commit baf3081e1d
2 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ is used.
Stops the specified power save blocker.
Returns `boolean` - Whether the specified `powerSaveBlocker` has been stopped.
### `powerSaveBlocker.isStarted(id)`
* `id` Integer - The power save blocker id returned by `powerSaveBlocker.start`.