Updated bat (markdown)

This commit is contained in:
Luke Bonham 2013-09-12 12:34:21 -07:00 committed by copycat-killer
parent 9afb2b28aa
commit ef85d5638f
1 changed files with 6 additions and 1 deletions

7
bat.md
View File

@ -15,7 +15,12 @@ Variable | Meaning | Type | Default
`battery` | Identifier of the battery | string | "BAT0" `battery` | Identifier of the battery | string | "BAT0"
`settings` | User settings | function | empty function `settings` | User settings | function | empty function
`settings` can use the `bat_now` table, which contains the following strings: `status`, `perc`, `time`, `watt`. `settings` can use the `bat_now` table, which contains the following strings:
- `status` ("Not present", "Charging", "Discharging");
-`perc`;
- `time`;
- `watt`.
### output ### output