Interface DeviceClass

Hierarchy

  • DeviceClass

Indexable

[k: string]: unknown

Properties

@description: string
author: string
deviceLibrary?: DeviceLibrary
history: {
    [k: string]: string;
}

Type declaration

  • [k: string]: string
libraries: {
    [k: string]: string;
}

Type declaration

  • [k: string]: string
localizations?: DefinitionLocalization
parameters?: {
    [k: string]: Parameter;
}

Type declaration

publishDate: string
resources?: {
    [k: string]: Resource;
}

Type declaration

serializers?: {
    [k: string]: Serializer;
}

Type declaration

structures?: {
    [k: string]: Structure;
}

Type declaration

Generated using TypeDoc