Skip to content

Commit

Permalink
docs(debug.yaml): updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Jan 28, 2024
1 parent f204bcb commit 1af41b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debug.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# STATUS (case-sensitive): Charging | Full | Discharging
# CAPACITY: integers from 0 to 100.
#
# See https://docs.kernel.org/power/power_supply_class.html for more.

# status (case-sensitive): Charging | Full | Discharging
# capacity: integers from 0 to 100.
states:
- status: Discharging
capacity: 75
Expand All @@ -18,5 +18,5 @@ states:
- status: Full
capacity: 100

# Expressed in seconds, this is the gap between both battery states.
# Expressed in seconds, this is the gap between all the battery states.
seconds_between: 5

0 comments on commit 1af41b3

Please sign in to comment.