Skip to content

Commit

Permalink
Update description for amperage in battery table. (osquery#8253)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass authored Feb 8, 2024
1 parent abfede0 commit 46ad4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/darwin/battery.table
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ schema([
Column("max_capacity", INTEGER, "The battery's actual capacity when it is fully charged in mAh"),
Column("current_capacity", INTEGER, "The battery's current charged capacity in mAh"),
Column("percent_remaining", INTEGER, "The percentage of battery remaining before it is drained"),
Column("amperage", INTEGER, "The battery's current amperage in mA"),
Column("amperage", INTEGER, "The current amperage in/out of the battery in mA (positive means charging, negative means discharging)"),
Column("voltage", INTEGER, "The battery's current voltage in mV"),
Column("minutes_until_empty", INTEGER, "The number of minutes until the battery is fully depleted. This value is -1 if this time is still being calculated"),
Column("minutes_to_full_charge", INTEGER, "The number of minutes until the battery is fully charged. This value is -1 if this time is still being calculated"),
Expand Down

0 comments on commit 46ad4d1

Please sign in to comment.