-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Labels
No labels