sense-js-sdk
Preparing search index...
index
MonitorStatus
Interface MonitorStatus
Represents the status of a Sense monitor.
interface
MonitorStatus
{
device_detection
:
{
found
:
string
[]
;
in_progress
:
string
[]
;
num_detected
:
number
;
}
;
monitor_info
:
{
connection_state
:
string
;
emac
:
string
;
ethernet
:
boolean
;
ip_address
:
string
;
mac
:
string
;
ndt_enabled
:
boolean
;
online
:
boolean
;
serial
:
string
;
signal
:
null
|
string
;
ssid
:
string
;
test_result
:
string
;
version
:
string
;
wifi_strength
:
number
;
}
;
signals
:
{
progress
:
number
;
status
:
string
}
;
}
Index
Properties
device_
detection
monitor_
info
signals
Properties
device_
detection
device_detection
:
{
found
:
string
[]
;
in_progress
:
string
[]
;
num_detected
:
number
;
}
monitor_
info
monitor_info
:
{
connection_state
:
string
;
emac
:
string
;
ethernet
:
boolean
;
ip_address
:
string
;
mac
:
string
;
ndt_enabled
:
boolean
;
online
:
boolean
;
serial
:
string
;
signal
:
null
|
string
;
ssid
:
string
;
test_result
:
string
;
version
:
string
;
wifi_strength
:
number
;
}
signals
signals
:
{
progress
:
number
;
status
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
device_
detection
monitor_
info
signals
sense-js-sdk
Loading...
Represents the status of a Sense monitor.