akiles-cordova
    Preparing search index...

    Interface Hardware

    Represents a hardware device in the Akiles system.

    interface Hardware {
        id: string;
        name: string;
        productId: string;
        revisionId: string;
        sessions: string[];
    }
    Index

    Properties

    id: string

    The ID of the hardware.

    name: string

    The name of the hardware.

    productId: string

    The product ID of the hardware.

    revisionId: string

    The revision ID of the hardware.

    sessions: string[]

    Array of session IDs associated with the hardware.