diff --git a/docs/en/api/power.md b/docs/en/api/power.md index 518e1e02..ca886bc3 100644 --- a/docs/en/api/power.md +++ b/docs/en/api/power.md @@ -4,16 +4,16 @@ **Syntax:** -bool setPowerBoostKeepOn(bool en); +bool setPowerBoostKeepOn(bool en) **Description:** -This function sets/unsets power boost mode. +This function sets/unsets always boost output mode. **Function argument** -true: Boost mode on, -false: Boost mode off. +true: Turn on always boost output mode, +false: Turn off always boost output mode. **Function return value** @@ -48,7 +48,7 @@ bool setPowerBoostKeepOn(bool en){ **Syntax:** -bool setKeepLightLoad(bool en); +bool setKeepLightLoad(bool en) **Description:** @@ -93,7 +93,7 @@ bool setKeepLightLoad(bool en) { **Syntax:** -bool setCharge(bool en); +bool setCharge(bool en) **Description:** @@ -137,7 +137,7 @@ bool setCharge(bool en){ **Syntax:** -bool isChargeFull(); +bool isChargeFull() **Description:** @@ -174,7 +174,7 @@ bool isChargeFull(){ **Syntax:** -bool canControl(); +bool canControl() **Description:** @@ -204,7 +204,7 @@ bool canControl(){ **Syntax:** -bool isCharging(); +bool isCharging() **Description:** @@ -240,7 +240,7 @@ bool isCharging(){ **Syntax:** -bool getBatteryLevel(); +bool getBatteryLevel() **Description:** @@ -280,7 +280,7 @@ int8_t getBatteryLevel() { **Syntax:** -void setWakeupButton(uint8_t button){ +void setWakeupButton(uint8_t button) **Description:**