Skip to content

Commit e9e6046

Browse files
0xflotusjkuri
authored andcommitted
fixed capacity and temperature
1 parent 531d8ca commit e9e6046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Data | Description
5252
battery.battery_installed | Is battery installed, true or false [Boolean]
5353
battery.design_capacity | Battery design capacity in mAh [Int]
5454
battery.max_capacity | Max battery capacity in mAh [Int]
55-
battery.current_capacity | Current battery capacuty in mAh [Int]
55+
battery.current_capacity | Current battery capacity in mAh [Int]
5656
battery.percentage | Current capacity percentage [Int]
5757
battery.design_cycle_count | Design cycle count [Int]
5858
battery.cycle_count | Current battery cycle count [Int]
5959
battery.cycle_percentage | Cycle count percentage [Int]
60-
battery.temparature | Battery temperature in °C [Float]
60+
battery.temperature | Battery temperature in °C [Float]
6161
battery.charged | Current battery charge percentage [Int]
6262
battery.time_remaining | Remaining time in minutes, if plugged in time until full, otherwise time until empty [Int]
6363
battery.time_remaining_hours | Time remaining in hours. Use in a combination with *time_remaining_minutes* [Int]

0 commit comments

Comments
 (0)