Update dbus introspection

This commit is contained in:
Luke D. Jones
2023-12-26 11:55:51 +13:00
parent b525411fd3
commit 4541d2e1ba
2 changed files with 24 additions and 7 deletions

View File

@@ -2,6 +2,20 @@
Generated by typeshare 1.7.0
*/
export enum CPUGovernor {
Performance = "Performance",
Powersave = "Powersave",
BadValue = "BadValue",
}
export enum CPUEPP {
Default = "Default",
Performance = "Performance",
BalancePerformance = "BalancePerformance",
BalancePower = "BalancePower",
Power = "Power",
}
export enum GpuMode {
Discrete = "Discrete",
Optimus = "Optimus",
@@ -13,6 +27,7 @@ export enum GpuMode {
NotSupported = "NotSupported",
}
/** `throttle_thermal_policy` in asus_wmi */
export enum PlatformPolicy {
Balanced = "Balanced",
Performance = "Performance",