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",