RAGS - v1.11.0
    Preparing search index...

    Interface PowerProfilesProxy

    DBus proxy for power-profiles-daemon (net.hadess.PowerProfiles).

    interface PowerProfilesProxy {
        new PowerProfilesProxy(...args: unknown[]): PowerProfilesProxy;
        Actions: string[];
        ActiveProfile: string;
        ActiveProfileHolds: { [key: string]: Variant<any> }[];
        PerformanceDegraded: string;
        PerformanceInhibited: string;
        Profiles: { [key: string]: Variant<any> }[];
        HoldProfile(
            profile: string,
            reason: string,
            application_id: string,
        ): number;
        ReleaseProfile(cookie: number): void;
        [key: string]: any;
    }

    Hierarchy

    • DBusProxy
      • PowerProfilesProxy

    Indexable

    • [key: string]: any
    Index

    Constructors

    Methods

    • Parameters

      • profile: string
      • reason: string
      • application_id: string

      Returns number

    Properties

    Actions: string[]
    ActiveProfile: string
    ActiveProfileHolds: { [key: string]: Variant<any> }[]
    PerformanceDegraded: string
    PerformanceInhibited: string
    Profiles: { [key: string]: Variant<any> }[]