sense-js-sdk
Preparing search index...
index
MonitorOverview
Interface MonitorOverview
Represents an overview of a Sense Energy Monitor's configuration and status.
interface
MonitorOverview
{
checksum
:
string
;
device_data_checksum
:
string
;
monitor_overview
:
{
local_api_enabled
:
boolean
;
monitor
:
Monitor
;
ndi_enabled
:
boolean
;
notify_weak_connection
:
boolean
;
num_devices
:
number
;
num_named_devices
:
number
;
num_unnamed_devices
:
number
;
partner_channel
:
string
;
partner_tags
:
string
[]
;
}
;
}
Index
Properties
checksum
device_
data_
checksum
monitor_
overview
Properties
checksum
checksum
:
string
device_
data_
checksum
device_data_checksum
:
string
monitor_
overview
monitor_overview
:
{
local_api_enabled
:
boolean
;
monitor
:
Monitor
;
ndi_enabled
:
boolean
;
notify_weak_connection
:
boolean
;
num_devices
:
number
;
num_named_devices
:
number
;
num_unnamed_devices
:
number
;
partner_channel
:
string
;
partner_tags
:
string
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checksum
device_
data_
checksum
monitor_
overview
sense-js-sdk
Loading...
Represents an overview of a Sense Energy Monitor's configuration and status.