Interface DeviceClassInfo

Hierarchy

  • DeviceClassInfo

Indexable

[k: string]: unknown

Properties

compatibility?: {
    firmwareVersions?: string[];
    [k: string]: unknown;
}

Type declaration

  • [k: string]: unknown
  • Optional firmwareVersions?: string[]

    The firmware versions which the Device Class is compatible with.

Generated using TypeDoc