sense-js-sdk
    Preparing search index...

    Interface Device

    Represents a Sense monitored device with its identifying information and attributes.

    interface Device {
        count?: number;
        icon: DeviceIcon;
        id: string;
        location?: string;
        make?: string;
        model?: string;
        monitor_id?: number;
        name: string;
        stage?: string;
        tags: DeviceTags;
        type?: string;
    }
    Index

    Properties

    count?: number
    id: string
    location?: string
    make?: string
    model?: string
    monitor_id?: number
    name: string
    stage?: string
    type?: string