Skip to content

Enhanced queries for connected devices #145

@njbmartin

Description

@njbmartin

Was just asked whether there was an easy way to get the following:

  • A list of all the devices connected
  • Easily query if a certain device type is connected (ie. keyboard, mouse etc.)

Right now, you can query a specific device with the following:
Corale.Colore.Core.Chroma.Instance.Query(Corale.Colore.Razer.Devices.Tartarus).Connected

I'm proposing and plan to implement the following methods:
Chroma.Instance.Query(Corale.Colore.Razer.DeviceType deviceType).Connected

Chroma.Instance.ConnectedDevices() which returns List<DeviceInfo>()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions