Get battery percentage (simulated).
(self)
| 434 | |
| 435 | # ========== BATTERY (simulated) ========== |
| 436 | def get_battery_percent(self): |
| 437 | """Get battery percentage (simulated).""" |
| 438 | return 75 |
| 439 | |
| 440 | def get_battery_charging(self): |
| 441 | """Check if charging (simulated).""" |