mysa-js-sdk
    Preparing search index...

    Collection of firmware devices indexed by device ID

    Maps device ID strings to their corresponding firmware device objects, providing a lookup table for all devices associated with a user account.

    interface Firmwares {
        Firmware: Record<string, FirmwareDevice>;
    }
    Index

    Properties

    Properties

    Firmware: Record<string, FirmwareDevice>