Added docs and project management tool update

This commit is contained in:
n00b
2024-10-06 01:39:47 -04:00
parent 00309fa481
commit 641c5c86ca
1544 changed files with 10572 additions and 2904 deletions

View File

@@ -1,4 +1,17 @@
#title GetPowerInfo [RCBasic Doc]
#header Sub GetPowerInfo(ByRef status, ByRef secs, ByRef pct)
Gets the charging status of the device the program is running on.
status - the charging status of the battery. Look below for the different statuses that can be returned.
secs - the approximate time in seconds until the battery looses its charge.
pct - the percentage of the battery charged.
Possible Statuses
#list ul
#li POWERSTATE_UNKNOWN
#li POWERSTATE_ON_BATTERY
#li POWERSTATE_NO_BATTERY
#li POWERSTATE_CHARGING
#li POWERSTATE_CHARGED
#/list