From 4541d2e1ba22946be3864972803039b48d5235ca Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Tue, 26 Dec 2023 11:55:51 +1300 Subject: [PATCH] Update dbus introspection --- bindings/dbus-xml/org-asuslinux-aura-4.xml | 16 +++++++++------- bindings/ts/platform.ts | 15 +++++++++++++++ 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/bindings/dbus-xml/org-asuslinux-aura-4.xml b/bindings/dbus-xml/org-asuslinux-aura-4.xml index a5fc046f..452e9b8a 100644 --- a/bindings/dbus-xml/org-asuslinux-aura-4.xml +++ b/bindings/dbus-xml/org-asuslinux-aura-4.xml @@ -5,7 +5,7 @@ Get the data set for every mode available --> - + - + - + + + + - - + diff --git a/bindings/ts/platform.ts b/bindings/ts/platform.ts index f392e594..369590e0 100644 --- a/bindings/ts/platform.ts +++ b/bindings/ts/platform.ts @@ -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",