Skip to content

Commit abe6ec4

Browse files
committed
minor correction to documentation
1 parent 9d0b0be commit abe6ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/apis/PowerManagerPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ Triggered before change then device power state. The power state (must be one of
13061306
| params.currentState | string | Current Power State |
13071307
| params.newState | string | Changing power state to this New Power State |
13081308
| params.transactionId | integer | transactionId to be used when invoking prePowerChangeComplete() / delayPowerModeChangeBy API |
1309-
| params.stateChangeAfter | integer | seconds after which the actual power mode will be applied |
1309+
| params.stateChangeAfter | integer | seconds after which the actual power mode will be applied, if the client does not call prePowerChangeComplete() API |
13101310

13111311
### Example
13121312

tools/json_generator/output/PowerManager/PowerManager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
"example": 3
829829
},
830830
"stateChangeAfter": {
831-
"summary": "seconds after which the actual power mode will be applied.",
831+
"summary": "seconds after which the actual power mode will be applied, if the client does not call prePowerChangeComplete() API",
832832
"type": "integer",
833833
"example": 1
834834
}

0 commit comments

Comments
 (0)