sense-js-sdk
    Preparing search index...

    Interface DeviceTags

    Various tags and attributes for a Sense monitored device.

    interface DeviceTags {
        Alertable?: string;
        AlwaysOn?: string;
        ControlCapabilities?: string[];
        DateCreated?: string;
        DateFirstUsage?: string;
        DCMActive?: string;
        DefaultLocation?: string;
        DefaultMake?: string;
        DefaultModel?: string;
        DefaultUserDeviceType?: DeviceType;
        DeployToMonitor?: string;
        DeviceCount?: number;
        DeviceListAllowed?: string;
        DUID?: string;
        IntegratedDeviceType?: string;
        IntegrationType?: string;
        MergedDevices?: string;
        ModelCreatedVersion?: string;
        name_useredit?: string;
        NameUserGuess?: string;
        OriginalName?: string;
        OtherSuperseded?: string;
        OtherSupersededType?: string;
        PeerNames?: PeerName[];
        Pending?: string;
        Revoked?: string;
        SmartPlugModel?: string;
        SSIEnabled?: string;
        SSIModel?: string;
        Stage?: string;
        TimelineAllowed?: string;
        TimelineDefault?: string;
        Type?: string;
        UserAdded?: string;
        UserControlLock?: string;
        UserDeletable?: string;
        UserDeviceType?: DeviceType;
        UserDeviceTypeDisplayString?: string;
        UserEditable?: string;
        UserEditableMeta?: string;
        UserMergeable?: string;
        UserShowBubble?: string;
        UserShowInDeviceList?: string;
        UserVisibleDeviceId?: string;
        Virtual?: string;
    }
    Index

    Properties

    Alertable?: string
    AlwaysOn?: string
    ControlCapabilities?: string[]
    DateCreated?: string
    DateFirstUsage?: string
    DCMActive?: string
    DefaultLocation?: string
    DefaultMake?: string
    DefaultModel?: string
    DefaultUserDeviceType?: DeviceType
    DeployToMonitor?: string
    DeviceCount?: number
    DeviceListAllowed?: string
    DUID?: string
    IntegratedDeviceType?: string
    IntegrationType?: string
    MergedDevices?: string
    ModelCreatedVersion?: string
    name_useredit?: string
    NameUserGuess?: string
    OriginalName?: string
    OtherSuperseded?: string
    OtherSupersededType?: string
    PeerNames?: PeerName[]
    Pending?: string
    Revoked?: string
    SmartPlugModel?: string
    SSIEnabled?: string
    SSIModel?: string
    Stage?: string
    TimelineAllowed?: string
    TimelineDefault?: string
    Type?: string
    UserAdded?: string
    UserControlLock?: string
    UserDeletable?: string
    UserDeviceType?: DeviceType
    UserDeviceTypeDisplayString?: string
    UserEditable?: string
    UserEditableMeta?: string
    UserMergeable?: string
    UserShowBubble?: string
    UserShowInDeviceList?: string
    UserVisibleDeviceId?: string
    Virtual?: string