@makehq/sdk
    Preparing search index...

    Type Alias Device

    Represents a registered device in Make. Devices are mobile phones or tablets connected to Make that can trigger or interact with scenarios through the Make mobile app.

    type Device = {
        gone: boolean;
        id: number;
        info: DeviceInfo;
        name: string;
        queueCount: number;
        queueLimit: number;
        scenarioId: number[];
        scope: string[];
        teamId: number;
        udid: string;
    }
    Index

    Properties

    gone: boolean

    Whether the device is no longer accessible

    id: number

    Unique identifier of the device

    Hardware and software information about the device

    name: string

    User-defined name of the device

    queueCount: number

    Number of items currently in the device queue

    queueLimit: number

    Maximum number of items allowed in the device queue

    scenarioId: number[]

    IDs of scenarios associated with this device

    scope: string[]

    List of capabilities/triggers the device supports

    teamId: number

    ID of the team that owns the device

    udid: string

    Unique device identifier