Skip to content

Plugins not detected #79

@bakhtiyarneyman

Description

@bakhtiyarneyman

Program:

import openrgb

conn = openrgb.OpenRGBClient()

conn.connect()

print("Device count: ", len(conn.ee_devices))
for ee_device in conn.ee_devices:
    print(ee_device.name)

conn.update_profiles()
print ("Profile count: ", len(conn.profiles))

conn.update_plugins()
print ("Plugin count: ", len(conn.plugins))

Output:

Device count:  2
Corsair Commander Core
ASRock B650E PG Riptide WiFi
Profile count:  5
Plugin count:  0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions