sense-js-sdk
Preparing search index...
index
Device
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?
icon
id
location?
make?
model?
monitor_
id?
name
stage?
tags
type?
Properties
Optional
count
count
?:
number
icon
icon
:
DeviceIcon
id
id
:
string
Optional
location
location
?:
string
Optional
make
make
?:
string
Optional
model
model
?:
string
Optional
monitor_
id
monitor_id
?:
number
name
name
:
string
Optional
stage
stage
?:
string
tags
tags
:
DeviceTags
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
icon
id
location
make
model
monitor_
id
name
stage
tags
type
sense-js-sdk
Loading...
Represents a Sense monitored device with its identifying information and attributes.