gex: begin adding aura control dbus

This commit is contained in:
Luke D. Jones
2023-07-03 23:04:06 +12:00
parent 5c159d2294
commit 622e07505d
12 changed files with 326 additions and 67 deletions

View File

@@ -2,8 +2,6 @@
Generated by typeshare 1.6.0
*/
import { AuraDevice, AuraModeNum, AuraZone } from "./aura";
export type AnimeSupportedFunctions = boolean;
export interface ChargeSupportedFunctions {
@@ -27,6 +25,7 @@ export interface LedSupportedFunctions {
basic_modes: AuraModeNum[];
basic_zones: AuraZone[];
advanced_type: AdvancedAura;
power_zones: PowerZones[];
}
export interface RogBiosSupportedFunctions {