Last active
August 27, 2020 04:14
-
-
Save husaynhakeem/a7102f5ed029872e9494209dabec26a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thermal status code | Description | Example of use | |
|---|---|---|---|
| NONE | No throttling | Enable features | |
| LIGHT | Light throttling where the UX isn't impacted | Disable features the user may not notice | |
| MODERATE | Moderate throttling where the UX is not largely impacted | Disable add-on features | |
| SEVERE | Severe throttling where the UX is largely impacted | Warn the user of the thermal issues | |
| CRITICAL | Platform has done everything to reduce power | Disable non-essential features to keep only basic functionality | |
| EMERGENCY | Key components in platform are shutting down. Device functionalities will be limited | Prepare for shutdown | |
| SHUTDOWN | Must shutdown immediately | - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment